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:
parent
bf44b78c8f
commit
5a44c31e45
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue