Don't enable ADB authentication on eng builds

Change-Id: Ibc618e1644080984eb9a409178a2d2bcd76ddf77
gugelfrei
Chirayu Desai 11 years ago committed by Gerrit Code Review
parent 4f3c7e1e14
commit 88401db6ff

@ -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 += \

Loading…
Cancel
Save