From 92002bb9cefebeb449c6eb2e0b8b71a5d8b2ce0f Mon Sep 17 00:00:00 2001 From: basamaryan Date: Wed, 20 Mar 2024 01:16:12 -0400 Subject: [PATCH] sm8550-common: Don't explicitly include updatable_apex.mk It is inherited by base_system.mk as of QPR2 Change-Id: I020a05b233f61ea28d03199cbc76051e6e97e1dc --- common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.mk b/common.mk index 9fb9e11..a5a161b 100644 --- a/common.mk +++ b/common.mk @@ -4,9 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # -# Configure updatable_apex.mk -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)