sdm660-common: Disable APEX compression

• For whatever reason causes this dmesg logspam:

[  452.691271] loop19: rw=0, want=123576, limit=122957
[  452.691273] attempt to access beyond end of device

Change-Id: Ic90d512fa774291cfa6557639624a09d685a2116
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
EdwinMoq 2022-02-20 22:37:09 +08:00 committed by pix106
parent 64268c4ca1
commit f2cb1e7374

View file

@ -24,6 +24,9 @@ else
PRODUCT_PRODUCT_PROPERTIES += ro.apex.updatable=false PRODUCT_PRODUCT_PROPERTIES += ro.apex.updatable=false
endif endif
# Disable APEX compression
PRODUCT_COMPRESSED_APEX := false
# Inherit proprietary files # Inherit proprietary files
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
$(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)