Skip to content

Commit

Permalink
Don't enable ADB authentication on eng builds
Browse files Browse the repository at this point in the history
Change-Id: Ibc618e1644080984eb9a409178a2d2bcd76ddf77
  • Loading branch information
chirayudesai authored and Gerrit Code Review committed Mar 24, 2013
1 parent 4f3c7e1 commit 88401db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 += \
Expand Down

0 comments on commit 88401db

Please sign in to comment.