Skip to content
Snippets Groups Projects
Unverified Commit e8f4335e authored by Simão Gomes Viana's avatar Simão Gomes Viana
Browse files
parent 3010f539
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.com.google.clientidbase=$(PRODUCT_GMS_CLIENTID_BASE)
endif
ifneq ($(TARGET_BUILD_VARIANT),user)
PRODUCT_PACKAGES += adb_root
endif
ifeq ($(TARGET_BUILD_VARIANT),eng)
# Disable ADB authentication
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment