summaryrefslogtreecommitdiffstats
path: root/config/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/common.mk')
-rw-r--r--config/common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk
index fdefbcb..5fccf65 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -66,6 +66,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.com.android.dateformat=MM-dd-yyyy \
ro.com.android.dataroaming=false
+# Enable ADB authentication
+ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
+
# Copy over the changelog to the device
PRODUCT_COPY_FILES += \
vendor/cm/CHANGELOG.mkdn:system/etc/CHANGELOG-CM.txt