summaryrefslogtreecommitdiff
path: root/jni/physfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'jni/physfs.mk')
-rw-r--r--jni/physfs.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/physfs.mk b/jni/physfs.mk
new file mode 100644
index 0000000..27520f8
--- /dev/null
+++ b/jni/physfs.mk
@@ -0,0 +1,6 @@
+include $(CLEAR_VARS)
+LOCAL_MODULE := physfs
+LOCAL_EXPORT_C_INCLUDES := jni/physfs/src
+LOCAL_SRC_FILES := $(wildcard jni/physfs/src/*.c)
+LOCAL_STATIC_LIBRARIES := iconv
+include $(BUILD_STATIC_LIBRARY)