Enable updatable-apex.mk for mainline_system

Test: presubmit passes
Bug: 145791146
Change-Id: I87fb58c4d8d3d02d46af467d62222782658e73dc
This commit is contained in:
Dario Freni 2019-12-06 15:47:23 +00:00
parent 9efe534ef1
commit 99f5e40137

View file

@ -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 \