Added filesystem management tools to core_minimal.mk and core_tiny.mk

Required for supporting resizing asecs

Change-Id: If7de23aa4baf97f3d0ccec423e52534f379f0881
Signed-off-by: Daniel Rosenberg <drosen@google.com>
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk
index 165f6ac..8740d80 100644
--- a/target/product/core_minimal.mk
+++ b/target/product/core_minimal.mk
@@ -59,6 +59,8 @@
     libwilhelm \
     logd \
     make_ext4fs \
+    e2fsck \
+    resize2fs \
     mms-common \
     screencap \
     sensorservice \
diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk
index 6ea0c3b..856924c 100644
--- a/target/product/core_tiny.mk
+++ b/target/product/core_tiny.mk
@@ -64,6 +64,8 @@
     libdrmframework_jni \
     libdrmframework \
     make_ext4fs \
+    e2fsck \
+    resize2fs \
     nullwebview \
     screencap \
     sensorservice \