From 818a89d1250b4b9506bfa11c3e264d92967e9fed Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Fri, 18 Feb 2022 12:59:02 +0100 Subject: [PATCH] sm8250-common: enable updatable apex --- sm8250.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sm8250.mk b/sm8250.mk index cc3b20a..88e527c 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -17,6 +17,9 @@ PRODUCT_BUILD_SUPER_PARTITION := false PRODUCT_USE_DYNAMIC_PARTITIONS := true +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Installs gsi keys into ramdisk, to boot a GSI with verified boot. $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)