X6833B: Fix ota postinstall file systems

* X6833B uses EROFS

Signed-off-by: Woomymy <woomy@woomy.be>
Change-Id: I693d3f4474ba592919ef815a3c225ce9de1350e5
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
Woomymy 2023-03-02 20:52:41 +01:00 committed by dodyirawan85
parent a928b14e91
commit 5037cc244c

View file

@ -21,13 +21,13 @@ AB_OTA_PARTITIONS := \
AB_OTA_POSTINSTALL_CONFIG += \ AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \ RUN_POSTINSTALL_system=true \
POSTINSTALL_PATH_system=system/bin/otapreopt_script \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \
FILESYSTEM_TYPE_system=ext4 \ FILESYSTEM_TYPE_system=erofs \
POSTINSTALL_OPTIONAL_system=true POSTINSTALL_OPTIONAL_system=true
AB_OTA_POSTINSTALL_CONFIG += \ AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_vendor=true \ RUN_POSTINSTALL_vendor=true \
POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
FILESYSTEM_TYPE_vendor=ext4 \ FILESYSTEM_TYPE_vendor=erofs \
POSTINSTALL_OPTIONAL_vendor=true POSTINSTALL_OPTIONAL_vendor=true
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \