exynos9610: Add updatable_apex.mk
authorJiyong Park <jiyong@google.com>
Mon, 15 Apr 2019 05:19:03 +0000 (14:19 +0900)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 28 Nov 2023 02:25:32 +0000 (02:25 +0000)
The product abstracts configs that need to be set to support updating of APEXes.

Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589

common.mk

index 5e761b64e48cc6979c2727b34ae4e2ded59878e9..c263d033894f65f8b9eba260e3c54893cca4915f 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -19,6 +19,9 @@ COMMON_PATH := device/motorola/exynos9610-common
 # Get non-open-source specific aspects
 $(call inherit-product, vendor/motorola/exynos9610-common/exynos9610-common-vendor.mk)
 
+# Enable updating of APEXes
+$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+
 # A/B
 AB_OTA_POSTINSTALL_CONFIG += \
     RUN_POSTINSTALL_system=true \