Merge "Add adb keys to debuggable AOSP builds"
am: 40cd480454
Change-Id: Ib3c254058d07d5e94a998ee2c5b37634ab0b32b6
This commit is contained in:
commit
ccdbf9866c
1 changed files with 3 additions and 0 deletions
|
@ -53,3 +53,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_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)
|
||||
|
|
Loading…
Reference in a new issue