From 86304be09a9dca526e4e018163dc55df9096ea14 Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Wed, 15 Sep 2010 16:13:20 -0700 Subject: switch over to ext4 - configure build for ext4 images - add tool to initialize filesystems at boot if need be - require new bootloader with ext4 partitions - hope for the best Change-Id: I9c721384ce139e24ff109971de49ceb5abb40406 --- Android.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 33b6a3b..d0ef6e4 100644 --- a/Android.mk +++ b/Android.mk @@ -26,6 +26,13 @@ LOCAL_SRC_FILES := melfas-touchkey.kcm LOCAL_MODULE_TAGS := optional include $(BUILD_KEY_CHAR_MAP) +include $(CLEAR_VARS) +LOCAL_SRC_FILES := setup_fs.c +LOCAL_MODULE := setup_fs +LOCAL_MODULE_TAGS := optional +#LOCAL_SHARED_LIBRARIES += libext4_utils libz +include $(BUILD_EXECUTABLE) + endif include $(call all-makefiles-under,$(LOCAL_PATH)) -- cgit v1.1