From e8edaad735a6aca0536885162f5f73e180c18fd1 Mon Sep 17 00:00:00 2001 From: basamaryan Date: Thu, 16 Jan 2025 12:23:21 -0300 Subject: [PATCH] garnet: 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 bfc6f02..c74683e 100644 --- a/device.mk +++ b/device.mk @@ -7,9 +7,6 @@ # MiuiCamera setup $(call inherit-product-if-exists, vendor/xiaomi/garnet-miuicamera/products/miuicamera.mk) -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Enable virtual A/B OTA $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)