From 0515c9d6a9e82bb645c9723f2db55e89024d7f7c Mon Sep 17 00:00:00 2001 From: basamaryan Date: Wed, 10 Apr 2024 15:39:31 +0000 Subject: [PATCH] universal7885: Don't explicitly include updatable_apex.mk It is inherited by base_system.mk as of QPR2 --- universal7885-common/universal7885-common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 6bbfbe9..b62c278 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -3,9 +3,6 @@ ifeq ($(TARGET_LOCAL_ARCH),arm64) $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk) endif -# .apex packages -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Soong namespaces $(call inherit-product, hardware/samsung_slsi-linaro/config/config.mk)