aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Rulim <personal@rulim34.dev>2022-11-19 20:47:19 +0700
committersinanmohd <pcmsinan@gmail.com>2023-01-05 22:04:15 +0530
commitc05cc19d6e78003dea4a327f5964da159b9ce8f7 (patch)
tree85802df03d9af061b8d093a955bfbcee42e83448
parentdc4aa85c55c960ebe06e5c9e08b3f5860948fa24 (diff)
veux: Inherit updatable_apex.mk
This reverts commit bdd491a7286fd023a608daf88ae7a868a11dd9a0. Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
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)