Force disable unflattened APEX

Android 12 - CAPEX relies on untested features of FS, and well, as one
could expect, it's broken.
Notably, it relies on O_DIRECT over FBE, which is an Android-specific
feature, and which is broken on a number of devices.
Notably, RedMagic 5G won't boot with CAPEX, blaming dm-verity issue on
apex

Thanks @c03d1 for the debug
This commit is contained in:
Pierre-Hugues Husson 2021-10-13 11:00:54 -04:00
parent 9e30f63a84
commit 0050f8a5cd
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ PRODUCT_PACKAGES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
debug.fdsan=warn_once \
ro.apex.updatable=false \
# AOSP overlays
PRODUCT_PACKAGES += \