aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:32 -0800
commit2068259fff846977bdd4262fa27ea6cb81d35a78 (patch)
treed4c35114dd30b1fbf3e91f785f63023f97438147 /Android.mk
parentee88353f0c125cdc2ee7a56187fde3a10e4ff918 (diff)
downloadgenext2fs-2068259fff846977bdd4262fa27ea6cb81d35a78.tar.gz
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..d6e6801
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,14 @@
+# Copyright 2008 The Android Open Source Project
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := \
+ genext2fs.c
+
+LOCAL_CFLAGS := -O2 -g -Wall -DHAVE_CONFIG_H
+
+LOCAL_MODULE := genext2fs
+
+include $(BUILD_HOST_EXECUTABLE)
+