diff options
| author | vocoderism <davide.franzino@gmail.com> | 2016-09-02 15:57:24 +0200 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2016-09-07 21:05:22 +0100 |
| commit | a089340017ea5dd7ba5b80dc7349d06dba4ce875 (patch) | |
| tree | 0b96ccad2a92c39bdc94188099596f04398e7705 | |
| parent | 1ed40ef7df689d063872874f4e6333adb42aa139 (diff) | |
f2fs: add mkfs and fsck to match fstab config
Change-Id: I3c5c20b28c4a2cfae8e0908459f9529b4f4030da
Signed-off-by: André Pinela <sheffzor@gmail.com>
| -rw-r--r-- | device-common.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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 += \ |
