platform_system_vold/fs
Adrien Schildknecht e0f409ca32 Add support for creating ext4 images with mke2fs
We are investigating replacing make_ext4fs with the upstream tool mke2fs.
See b/23686092 for more informations.

To mitigate the trouble that may arise if the new tool behave differently
compared to the old one, there will be a transition period where both mke2fs
and make_ext4fs will be supported.

This patch does 3 things:
  - add the necessary code to use mke2fs to format an ext4 partition;
  - add a dependency to the binary used by vold.

Test: m -j32 with TARGET_USES_MKE2FS={,false,true}
                  TARGET_USERIMAGES_USE_EXT4={,true}

Change-Id: I89222642fe1d11a035155c8224b84b2e3719938b
2016-11-22 18:46:37 -08:00
..
Ext4.cpp Add support for creating ext4 images with mke2fs 2016-11-22 18:46:37 -08:00
Ext4.h vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00
F2fs.cpp resolve merge conflicts of b7d5a47cec to master. 2015-12-04 17:55:33 -08:00
F2fs.h Add f2fs support for private volumes. 2015-06-08 20:21:25 -07:00
Vfat.cpp Track rename from base/ to android-base/. 2015-12-04 15:50:53 -08:00
Vfat.h vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00