From: Jiyong Park <jiyong@google.com> Date: Mon, 15 Apr 2019 05:19:03 +0000 (+0900) Subject: exynos9610: Add updatable_apex.mk X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e7c21e18a2e5709289777a20e038d7b561b151a7;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 --- diff --git a/common.mk b/common.mk index 5e761b6..c263d03 100644 --- 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 \