sdm660-common: Don't write binary XML files

- Android 12 now writes XML files in binary format by default. This can cause incompatibility with TWRP which can hang when attempting to read XML files e.g. /data/system/storage.xml

- This commit sets the persist.sys.binary_xml property to false so that XML files are written in text format.

Change-Id: If6430597d8459e62dd78aa458c58237c71618970
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Kyle Harrison 2021-11-06 20:46:40 +08:00 committed by pix106
parent b6701f6a3c
commit 072e21a0bf

View file

@ -543,6 +543,10 @@ PRODUCT_SOONG_NAMESPACES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.binary_xml=false
# System
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.binary_xml=false
# Tetheroffload
PRODUCT_PACKAGES += \
ipacm \