galaxys2-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: I0666d2044a63c78232af8a1622bf3d01ed44b1ca
This commit is contained in:
parent
fecc190038
commit
139ef47e40
@ -187,10 +187,6 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
PRODUCT_TAGS += dalvik.gc.type-precise
|
||||
|
||||
# Set default USB interface
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
persist.sys.usb.config=mtp
|
||||
|
||||
# Keylayouts
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
|
||||
|
Loading…
Reference in New Issue
Block a user