mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
f29366cb17
commit
ed2db8e6c9
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue