From f5d379a72828d643261429ada19d3237dd3e6e29 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Tue, 11 May 2021 00:25:35 +0900 Subject: [PATCH] Enable updating of APEXes Signed-off-by: Deokgyu Yang Change-Id: I47d32990678165d79f4ad2971ba0020ada106406 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 1011425..254a1f2 100755 --- a/device.mk +++ b/device.mk @@ -17,6 +17,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/samsung/gts3llte/gts3llte-vendor.mk)