mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -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)
|
||||
endif
|
||||
|
||||
# .apex packages
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Build Fingerprints
|
||||
$(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_EXCLUDED_OVERLAYS := # leave it empty
|
||||
|
||||
# Disable APEX compression
|
||||
# Keep this after including updatable_apex.mk
|
||||
PRODUCT_COMPRESSED_APEX := false
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue