platform_system_core/fs_mgr
David 'Digit' Turner 28483d7ec4 fs_mgr: Don't run e2fsck inside SDK system images.
These images do not have GPL-ed binaries like /system/bin/e2fsck so
avoid running the program when we detect that we're running inside
one of them.

Note that this does not affect other emulator-based build products
(e..g full-eng instead of sdk-eng), which do have the binaries.

BUG=13057123

Change-Id: Ia42f1d02a3845fbf4b2f9d95818f35d760711a12
2014-02-24 23:32:00 +01:00
..
include New fstab flags to support more expressive SD card permissions 2013-09-20 17:43:52 -07:00
Android.mk fs_mgr: split fstab parsing into separate file 2014-01-23 14:24:16 -08:00
fs_mgr.c fs_mgr: Don't run e2fsck inside SDK system images. 2014-02-24 23:32:00 +01:00
fs_mgr_fstab.c fs_mgr: split fstab parsing into separate file 2014-01-23 14:24:16 -08:00
fs_mgr_main.c fs_mgr: support a unified fstab format. 2013-02-19 10:18:42 -08:00
fs_mgr_priv.h New fstab flags to support more expressive SD card permissions 2013-09-20 17:43:52 -07:00
fs_mgr_priv_verity.h Add basic verity support to fs_mgr. 2013-08-06 22:15:58 -07:00
fs_mgr_verity.c fs_mgr: update ext4_parse_sb to match change in ext4_utils 2014-01-23 14:24:16 -08:00