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 0131e98508.
This commit is contained in:
roynatech2544 2023-10-10 22:46:36 +09:00
commit ed2db8e6c9

View file

@ -3,6 +3,9 @@ ifeq ($(TARGET_LOCAL_ARCH),arm64)
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk) $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
endif endif
# .apex packages
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Client Id base # Client Id base
PRODUCT_GMS_CLIENTID_BASE := android-samsung PRODUCT_GMS_CLIENTID_BASE := android-samsung