aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-06-02 16:00:21 -0700
committerKetut Putu Kumajaya <ketut.kumajaya@gmail.com>2015-11-25 11:22:58 +0700
commit58579c7726a2481364386b54feac33d34aef484a (patch)
treefaa56150004dc5c4b1ebb4a775afd497e58764aa
parent8193ff726ee944e5805f900839da6da613de2ac1 (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.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/msm8916.mk b/msm8916.mk
index e060887..42a2e68 100644
--- a/msm8916.mk
+++ b/msm8916.mk
@@ -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 \