summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2010-09-15 16:13:20 -0700
committerBrian Swetland <swetland@google.com>2010-09-15 18:00:17 -0700
commit86304be09a9dca526e4e018163dc55df9096ea14 (patch)
treed119665be6f2b548acf440863cd757cdbe26adcf /Android.mk
parentfc505e57a9e0eefab9121f09761c02a5961637ff (diff)
downloaddevice_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.zip
device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.gz
device_samsung_crespo-86304be09a9dca526e4e018163dc55df9096ea14.tar.bz2
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
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))