diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-04 22:11:29 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-04 22:11:29 -0800 |
commit | 54a88cc57f1cd1cd91bdb8e5cb07044fda334e3f (patch) | |
tree | c20ad883865f8124687938632d047bef0ed2968f /android/jni | |
parent | 5ed54d55b424fcf0d3c941bd2d1858ee8a30549f (diff) |
Added android project layout
Diffstat (limited to 'android/jni')
-rw-r--r-- | android/jni/Android.mk | 1 | ||||
-rw-r--r-- | android/jni/Application.mk | 6 | ||||
l--------- | android/jni/src | 1 |
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 |