Skip to content

Commit

Permalink
add f2fs tools
Browse files Browse the repository at this point in the history
Change-Id: I60f1aa283cf2b72601f6d61c5a6fc0394484578c
  • Loading branch information
zwliew committed Jun 8, 2014
1 parent 36f31be commit f24d9d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions codina.mk
Expand Up @@ -28,3 +28,14 @@ PRODUCT_COPY_FILES += \
# Gps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf

# F2FS
PRODUCT_PACKAGES += \
mkfs.f2fs \
fsck.f2fs \
fibmap.f2fs

# Filesystem management tools
PRODUCT_PACKAGES += \
setup_fs \
e2fsck

1 comment on commit f24d9d5

@RobertRozic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not adding this to common ?

Please sign in to comment.