Enable updatable-apex.mk for mainline_system
Test: presubmit passes Bug: 145791146 Change-Id: I87fb58c4d8d3d02d46af467d62222782658e73dc
This commit is contained in:
parent
9efe534ef1
commit
99f5e40137
|
@ -21,6 +21,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
|
|||
# Add adb keys to debuggable AOSP builds (if they exist)
|
||||
$(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Shared java libs
|
||||
PRODUCT_PACKAGES += \
|
||||
com.android.nfc_extras \
|
||||
|
|
Loading…
Reference in New Issue