commit | 88401db6ffdc033ff427a807745181f3e4e6abbf | [log] [tgz] |
---|---|---|
author | Chirayu Desai <cdesai@cyanogenmod.org> | Wed Mar 20 16:17:17 2013 +0530 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Sun Mar 24 16:15:52 2013 -0700 |
tree | 6499977ad49003742c13a7b652078d7274a820ef | |
parent | 4f3c7e1e14bcf3e3350122156a6246fb64205101 [diff] |
Don't enable ADB authentication on eng builds Change-Id: Ibc618e1644080984eb9a409178a2d2bcd76ddf77
diff --git a/config/common.mk b/config/common.mk index 24ecb2b..8b03b94 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -69,8 +69,10 @@ ro.com.android.dateformat=MM-dd-yyyy \ ro.com.android.dataroaming=false +ifneq ($(TARGET_BUILD_VARIANT),eng) # Enable ADB authentication ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1 +endif # Copy over the changelog to the device PRODUCT_COPY_FILES += \