dragonboards: fstab: Mount /data as F2FS partition
API level 33+ expects /data to be mounted as F2FS partition
to pass certain F2FS Cts tests.
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Change-Id: I5f6a6a9645fce7a0f889c9d4d39e1b4db9633cdc
diff --git a/device-common.mk b/device-common.mk
index a197f86..b530c0d 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -68,6 +68,11 @@
system_ext \
vendor
+# Tools to build f2fs images
+PRODUCT_HOST_PACKAGES := \
+ fsck.f2fs \
+ make_f2fs
+
ifeq ($(TARGET_SDCARD_BOOT), true)
ifneq ($(filter 5.4 5.10 5.15, $(TARGET_KERNEL_USE)),)
PRODUCT_COPY_FILES += \