Don't enable ADB authentication on eng builds

Change-Id: Ibc618e1644080984eb9a409178a2d2bcd76ddf77
This commit is contained in:
Chirayu Desai 2013-03-20 16:17:17 +05:30 committed by Gerrit Code Review
parent 4f3c7e1e14
commit 88401db6ff
1 changed files with 2 additions and 0 deletions

View File

@ -69,8 +69,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
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 += \