Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2830040 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Add adb keys to debuggable AOSP builds" am: 40cd4804

am: ccdbf986

Change-Id: Ie1c8c729b47cfeb070f899db97b759cbe4b1abd7
parents 3e14edb5 ccdbf986
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -53,3 +53,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)


# Get everything else from the parent package
# Get everything else from the parent package
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
$(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)