From 609c47d5847faca2c3c3378dd60c720c89f76f9a Mon Sep 17 00:00:00 2001 From: basamaryan Date: Wed, 20 Mar 2024 01:16:12 -0400 Subject: [PATCH] sweet: Don't explicitly include updatable_apex.mk It is inherited by base_system.mk as of QPR2 Change-Id: I020a05b233f61ea28d03199cbc76051e6e97e1dc --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index f5ee4f4..9b6fe8d 100644 --- a/device.mk +++ b/device.mk @@ -4,9 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Inherit from sm6150-common $(call inherit-product, device/xiaomi/sm6150-common/sm6150.mk)