From 5037cc244c1823ddf295800bf10e42a4fdc728e3 Mon Sep 17 00:00:00 2001 From: Woomymy Date: Thu, 2 Mar 2023 20:52:41 +0100 Subject: [PATCH] X6833B: Fix ota postinstall file systems * X6833B uses EROFS Signed-off-by: Woomymy Change-Id: I693d3f4474ba592919ef815a3c225ce9de1350e5 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com> --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index a3f870d..066a6ac 100644 --- a/device.mk +++ b/device.mk @@ -21,13 +21,13 @@ AB_OTA_PARTITIONS := \ AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \ - FILESYSTEM_TYPE_system=ext4 \ + FILESYSTEM_TYPE_system=erofs \ POSTINSTALL_OPTIONAL_system=true AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_vendor=true \ POSTINSTALL_PATH_vendor=bin/checkpoint_gc \ - FILESYSTEM_TYPE_vendor=ext4 \ + FILESYSTEM_TYPE_vendor=erofs \ POSTINSTALL_OPTIONAL_vendor=true PRODUCT_PACKAGES += \