sdm660-common: props: 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: pix106 <sbordenave@gmail.com>
This commit is contained in:
Kyle Harrison 2021-10-18 15:05:02 +01:00 committed by pix106
parent bf44b78c8f
commit 5a44c31e45

View file

@ -528,6 +528,10 @@ PRODUCT_SOONG_NAMESPACES += \
hardware/google/interfaces \
hardware/google/pixel
# System
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.binary_xml=false
# Tetheroffload
PRODUCT_PACKAGES += \
ipacm \