From 27d0288422d3c0918476ca001811773d4065c286 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Sat, 3 Jul 2021 07:19:44 +0200 Subject: [PATCH] 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 --- atoll.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atoll.mk b/atoll.mk index bce0df3..2509b06 100644 --- a/atoll.mk +++ b/atoll.mk @@ -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)