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:
parent
64268c4ca1
commit
f2cb1e7374
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue