Don't enable ADB authentication on eng builds
Change-Id: Ibc618e1644080984eb9a409178a2d2bcd76ddf77
This commit is contained in:
parent
4f3c7e1e14
commit
88401db6ff
@ -69,8 +69,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
ro.com.android.dateformat=MM-dd-yyyy \
|
ro.com.android.dateformat=MM-dd-yyyy \
|
||||||
ro.com.android.dataroaming=false
|
ro.com.android.dataroaming=false
|
||||||
|
|
||||||
|
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||||
# Enable ADB authentication
|
# Enable ADB authentication
|
||||||
ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
|
ADDITIONAL_DEFAULT_PROPERTIES += ro.adb.secure=1
|
||||||
|
endif
|
||||||
|
|
||||||
# Copy over the changelog to the device
|
# Copy over the changelog to the device
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user