From 9414a0fa4e833ed1fb831daaa962f684c49ec3e6 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 15 Apr 2019 14:19:03 +0900 Subject: [PATCH] sdm710-common: Add updatable_apex.mk The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 Signed-off-by: SamarV-121 --- sdm710.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdm710.mk b/sdm710.mk index 11acd4f..0d53289 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -6,6 +6,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/realme/sdm710-common/sdm710-common-vendor.mk) +# Enable updating of APEXes +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Boot animation TARGET_SCREEN_HEIGHT := 2244 TARGET_SCREEN_WIDTH := 1080