From: basamaryan Date: Wed, 20 Mar 2024 05:16:12 +0000 (-0400) Subject: exynos9610: Don't explicitly include updatable_apex.mk X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff3657fc3d44b80140ec58966fe5ab77c556176d;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Don't explicitly include updatable_apex.mk It is inherited by base_system.mk as of QPR2 Change-Id: I020a05b233f61ea28d03199cbc76051e6e97e1dc --- diff --git a/common.mk b/common.mk index 6e94f61..72c6327 100644 --- a/common.mk +++ b/common.mk @@ -19,9 +19,6 @@ 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) - # Soong namespaces $(call inherit-product, hardware/samsung_slsi-linaro/config/config.mk)