From f2cb1e7374d8172b30f3fe4878c13ccd06a10951 Mon Sep 17 00:00:00 2001 From: EdwinMoq Date: Sun, 20 Feb 2022 22:37:09 +0800 Subject: [PATCH] sdm660-common: Disable APEX compression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • 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 Signed-off-by: pix106 --- sdm660.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index ff5df240..2b6e4198 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -24,6 +24,9 @@ else PRODUCT_PRODUCT_PROPERTIES += ro.apex.updatable=false endif +# Disable APEX compression +PRODUCT_COMPRESSED_APEX := false + # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk)