Merge "Don't inherit updatable_apex from mainline_system"

am: 5e25df9f5a

Change-Id: Ib14e1439146fa2a07bec43bb87a2e2334b1be7ea
This commit is contained in:
Jiyong Park 2019-05-06 10:22:54 -07:00 committed by android-build-merger
commit b8fca9280d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
#$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Add adb keys to debuggable AOSP builds (if they exist)
$(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)