diff --git a/config/common.mk b/config/common.mk index fdefbcbb..5fccf653 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