forked from openkylin/platform_build
Merge "Don't inherit updatable_apex from mainline_system"
am: 5e25df9f5a
Change-Id: Ib14e1439146fa2a07bec43bb87a2e2334b1be7ea
This commit is contained in:
commit
b8fca9280d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue