From ed388ee2e3382fb3d7b0ffddae8fa269afdc6483 Mon Sep 17 00:00:00 2001 From: basamaryan Date: Thu, 25 Jul 2024 23:45:22 +0800 Subject: [PATCH] LG8n: Don't explicitly include updatable_apex.mk It is inherited by base_system.mk as of QPR2 Change-Id: I020a05b233f61ea28d03199cbc76051e6e97e1dc Signed-off-by: Shirayuki39 --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index d0dd798..9819895 100644 --- a/device.mk +++ b/device.mk @@ -430,9 +430,6 @@ PRODUCT_PACKAGES += \ android.hardware.thermal@1.0-impl \ android.hardware.thermal@2.0.vendor -# Updatable APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # USB PRODUCT_PACKAGES += \ android.hardware.usb@1.3.vendor \