sm6250-common: Add updatable_apex.mk

The product abstracts configs that need to be set to support updating of
APEXes.

Bug: 130418467
Test: m
Test: adb shell getprop ro.apex.updatable in Pixel 2 and 3
Test: adb shell /system/apex/com.android.apex.cts.shim.apex exists.
Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589
This commit is contained in:
Jiyong Park 2021-07-03 07:19:44 +02:00 committed by Alexander Winkowski
parent 51d80eea83
commit 27d0288422
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -17,5 +17,8 @@ PRODUCT_ENFORCE_RRO_TARGETS := *
# Enable project quotas and casefolding for emulated storage without sdcardfs
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Inherit proprietary targets
$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk)