From c05cc19d6e78003dea4a327f5964da159b9ce8f7 Mon Sep 17 00:00:00 2001 From: Ahmad Rulim Date: Sat, 19 Nov 2022 20:47:19 +0700 Subject: veux: Inherit updatable_apex.mk This reverts commit bdd491a7286fd023a608daf88ae7a868a11dd9a0. Signed-off-by: Ahmad Rulim --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index ca0f051..138ce8e 100644 --- a/device.mk +++ b/device.mk @@ -7,6 +7,9 @@ # 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) + # Enable project quotas and casefolding for emulated storage without sdcardfs $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) -- cgit v1.2.3