From 99f26e997f2d64c70ecc4c0746adb615a8ef3599 Mon Sep 17 00:00:00 2001 From: Konsta Date: Mon, 9 Oct 2023 21:31:09 +0300 Subject: [PATCH] enable updatable apex * This already gets enabled by inheriting virtualization makefile where this was enabled for Android 14 in https://android.googlesource.com/platform/packages/modules/Virtualization/+/3a747a655c57b543a899d043e911a29089f03d39 * Add this also here for clarity and redundancy. --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index ba59d2d..d689dfb 100644 --- a/device.mk +++ b/device.mk @@ -11,6 +11,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-heap.mk) $(call inherit-product, vendor/brcm/rpi4/rpi4-vendor.mk) +# APEX +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # API level PRODUCT_SHIPPING_API_LEVEL := 34