Would some one from google give some comments on the removal the build
of e2fsprogs? Will the incomplete removal in
bootable/diskinstaller/
config.mk be fixed?
It seems to me that e2fsprogs is not necessary for normal running, but
you may need those utilities like e2fsck, tune2fs for maintanance use.
If you want to enable e2fsprogs, you can modify under
external/e2fsprogs/Android.mk:
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,3 @@
ifneq ($(TARGET_SIMULATOR),true)
-# include $(call all-subdir-makefiles)
+ include $(call all-subdir-makefiles)
endif
--
Chen