diff options
| author | Nick Kralevich <nnk@google.com> | 2015-06-02 16:00:21 -0700 |
|---|---|---|
| committer | Ketut Putu Kumajaya <ketut.kumajaya@gmail.com> | 2015-11-25 11:22:58 +0700 |
| commit | 58579c7726a2481364386b54feac33d34aef484a (patch) | |
| tree | faa56150004dc5c4b1ebb4a775afd497e58764aa | |
| parent | 8193ff726ee944e5805f900839da6da613de2ac1 (diff) | |
msm8916-common: Remove persist.sys.usb.config override
The variable persist.sys.usb.config is no longer honored by the
framework,
and it's presence causes unnecessary toggling of the USB driver, which
disonnects ADB and makes the device's connection unstable.
Delete it.
Bug: 21404762
Bug: 18905620
Change-Id: I4220e399b82f23c27f369bbe595dc1cca5c72c91
| -rw-r--r-- | msm8916.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,9 +35,6 @@ PRODUCT_COPY_FILES += \ 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 -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - persist.sys.usb.config=mtp - # Audio PRODUCT_PACKAGES += \ audiod \ |
