From a089340017ea5dd7ba5b80dc7349d06dba4ce875 Mon Sep 17 00:00:00 2001 From: vocoderism Date: Fri, 2 Sep 2016 15:57:24 +0200 Subject: f2fs: add mkfs and fsck to match fstab config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3c5c20b28c4a2cfae8e0908459f9529b4f4030da Signed-off-by: André Pinela --- device-common.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index ddc3165..3d84670 100644 --- a/device-common.mk +++ b/device-common.mk @@ -107,7 +107,9 @@ PRODUCT_PACKAGES += \ # Filesystem management tools PRODUCT_PACKAGES += \ - setup_fs + setup_fs \ + fsck.f2fs \ + mkfs.f2fs # Media profiles PRODUCT_COPY_FILES += \ -- cgit v1.2.3