From c7b003dffb63ee37a3b6cefd51c17810f822b842 Mon Sep 17 00:00:00 2001 From: basamaryan Date: Wed, 20 Mar 2024 01:16:12 -0400 Subject: [PATCH] rosemary: 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 c531dd1..ad3d0b4 100644 --- a/device.mk +++ b/device.mk @@ -7,9 +7,6 @@ # Installs gsi keys into ramdisk, to boot a developer GSI with verified boot. $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) -# Enable updating of APEXes -$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) - # Inherit virtual_ab_ota product $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)