summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 614b84e..4a30152 100644
--- a/device.mk
+++ b/device.mk
@@ -51,6 +51,10 @@ PRODUCT_PACKAGES += \
librs_jni \
com.android.future.usb.accessory
+# Filesystem management tools
+PRODUCT_PACKAGES += \
+ make_ext4fs
+
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)
$(call inherit-product-if-exists, vendor/ti/proprietary/omap4/ti-omap4-vendor.mk)
$(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk)