Skip to content

Commit

Permalink
tf700t: Detect f2fs on /data
Browse files Browse the repository at this point in the history
Change-Id: Ib6fd57b7e613ccc6a3c01730998dd8a663d78246
  • Loading branch information
Josh committed Feb 14, 2015
1 parent d24d17d commit 4ceacd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device_tf700t.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ PRODUCT_PACKAGES += \
librs_jni \
com.android.future.usb.accessory \
make_ext4fs \
fsck.f2fs \
mkfs.f2fs \
setup_fs \
audio.a2dp.default \
audio.r_submix.default \
Expand Down
1 change: 1 addition & 0 deletions ramdisk/fstab.cardhu
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Init mount points
/dev/block/mmcblk0p1 /system ext4 ro wait
/dev/block/mmcblk0p2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
/dev/block/mmcblk0p8 /data f2fs noatime,nosuid,nodev,errors=panic wait,encryptable=footer
/dev/block/mmcblk0p8 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,encryptable=footer

# Vold mount points
Expand Down

0 comments on commit 4ceacd7

Please sign in to comment.