summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-06-02 16:00:21 -0700
committerBrett Rogers <brettrogers11@gmail.com>2015-11-30 21:42:42 -0800
commit234f2626c8888580aa50350ae54f129dc36a34b2 (patch)
tree7687abf5ba365e549f6398c7172d52616a50bc38
parent5e4d9a141a2bc9c4d4ae526ac2977a050a14b9af (diff)
downloaddevice_samsung_smdk4412-common-234f2626c8888580aa50350ae54f129dc36a34b2.tar.gz
device_samsung_smdk4412-common-234f2626c8888580aa50350ae54f129dc36a34b2.tar.bz2
device_samsung_smdk4412-common-234f2626c8888580aa50350ae54f129dc36a34b2.zip
smdk4412: 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: I78267c6c003f4c1fe0f58df7e4c4df748025080f
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 02c263d..7964ab1 100644
--- a/common.mk
+++ b/common.mk
@@ -180,10 +180,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_TAGS += dalvik.gc.type-precise
-# Set default USB interface
-PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
- persist.sys.usb.config=mtp
-
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)
# Include exynos4 platform specific parts