diff options
| author | Nick van Bokhorst <nickvanbokhorst@gmail.com> | 2016-11-07 19:03:14 +0100 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@AICP-Server-2> | 2016-11-07 19:03:14 +0100 |
| commit | 8665eb3071fb1087987d0f16f7a5660e9b5625e1 (patch) | |
| tree | d2020a779a76f5a1b7f7d1d78a1225c5c28e518b | |
| parent | 75786e7f027c5a9b2f1240022e0f3c6962c17d7c (diff) | |
| parent | 0d3c7b39a765190f8176198967c17c5f6e258866 (diff) | |
Merge "Lux: Enable MTP/ADB by default" into n7.0n7.0
| -rw-r--r-- | device.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,3 +67,9 @@ PRODUCT_PACKAGES += \ # Thermal PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/thermal-engine-lux.conf:system/etc/thermal-engine-lux.conf + +# set default USB configuration +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ + sys.usb.config=mtp,adb \ + persist.sys.usb.config=mtp,adb \ + ro.adb.secure=0 |
