mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: disable apex compressing
Causes radnom bootloop
This commit is contained in:
parent
e96c97cad8
commit
fda5db44cc
1 changed files with 0 additions and 7 deletions
|
|
@ -4,19 +4,12 @@ $(call inherit-product, vendor/samsung/universal7885-common/universal7885-common
|
||||||
# Dalvik
|
# Dalvik
|
||||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||||
|
|
||||||
# .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)
|
||||||
|
|
||||||
# Allow Copying of apks.
|
# Allow Copying of apks.
|
||||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||||
|
|
||||||
# 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