summaryrefslogtreecommitdiff
path: root/android/jni
diff options
context:
space:
mode:
Diffstat (limited to 'android/jni')
-rw-r--r--android/jni/Android.mk1
-rw-r--r--android/jni/Application.mk6
l---------android/jni/src1
3 files changed, 8 insertions, 0 deletions
diff --git a/android/jni/Android.mk b/android/jni/Android.mk
new file mode 100644
index 0000000..5053e7d
--- /dev/null
+++ b/android/jni/Android.mk
@@ -0,0 +1 @@
+include $(call all-subdir-makefiles)
diff --git a/android/jni/Application.mk b/android/jni/Application.mk
new file mode 100644
index 0000000..d144e9c
--- /dev/null
+++ b/android/jni/Application.mk
@@ -0,0 +1,6 @@
+
+# Uncomment this if you're using STL in your project
+# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
+# APP_STL := stlport_static
+
+APP_ABI := x86
diff --git a/android/jni/src b/android/jni/src
new file mode 120000
index 0000000..c25bddb
--- /dev/null
+++ b/android/jni/src
@@ -0,0 +1 @@
+../.. \ No newline at end of file