diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2016-02-29 18:23:24 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <ricardo@cyngn.com> | 2016-02-29 18:23:24 +0000 |
| commit | dd69ef2930f3edef0d20e633db3c9f05ac0eba60 (patch) | |
| tree | dfe0d7a62c0798acf5f24d6bdf3d125720f26f35 | |
| parent | 867808f554193923defed08d19c13a97157344dc (diff) | |
msm8916: Don't declare USB host support for all devices
Parts of the automated test suites verify this and set up test
plans accordingly, and declaring usb-host support on devices that
don't have it is generating false positives.
Ref CYNGNOS-2164
Change-Id: Ic25c95e374eb605638a2c3994bd5b44a826e1146
| -rw-r--r-- | msm8916.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ - frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml |
