From ed2db8e6c90ec7b697eb569009cbee7036b72884 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Tue, 10 Oct 2023 22:46:36 +0900 Subject: [PATCH] Revert "universal7885: Don't inherit updatable_apex.mk" - Android 14 installs apexs' as updatable apex even though this makefile is not included. - Causes apexs to not mount This reverts commit 0131e985085ec7f68a0377db8c105b7194012355. --- universal7885-common/universal7885-common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/universal7885-common/universal7885-common.mk b/universal7885-common/universal7885-common.mk index 66f1976..9a9bde7 100644 --- a/universal7885-common/universal7885-common.mk +++ b/universal7885-common/universal7885-common.mk @@ -3,6 +3,9 @@ ifeq ($(TARGET_LOCAL_ARCH),arm64) $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk) endif +# .apex packages +$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) + # Client Id base PRODUCT_GMS_CLIENTID_BASE := android-samsung