mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
Revert "universal7885: disable apex compressing"
This reverts commit 6a6d66d5e1a3ce47e1e64b9f7541a0bce0c45d27.
This commit is contained in:
parent
caadbe316c
commit
eaeed21781
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ else ifneq ($(findstring a40, $(TARGET_PRODUCT)),)
|
||||||
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
$(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# .apex packages
|
||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||||
|
|
||||||
# Build Fingerprints
|
# Build Fingerprints
|
||||||
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
||||||
|
|
||||||
|
|
@ -15,6 +18,10 @@ PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||||
PRODUCT_ENFORCE_RRO_TARGETS := framework-res
|
PRODUCT_ENFORCE_RRO_TARGETS := framework-res
|
||||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty
|
||||||
|
|
||||||
|
# Disable APEX compression
|
||||||
|
# Keep this after including updatable_apex.mk
|
||||||
|
PRODUCT_COMPRESSED_APEX := false
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
TARGET_EXCLUDES_AUDIOFX := true
|
TARGET_EXCLUDES_AUDIOFX := true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue