Merge "Add PRODUCT_ADB_KEYS" am: f599f4010e am: 617dce0c29

am: 06870ee92b

Change-Id: I3691dda3888e1a49e7c1e26955b022a2f88160a4
This commit is contained in:
Dan Willemsen
2017-11-08 03:28:38 +00:00
committed by android-build-merger
5 changed files with 32 additions and 0 deletions

View File

@@ -53,3 +53,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Get everything else from the parent package
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
# Add adb keys to debuggable AOSP builds (if they exist)
$(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)