From 54a88cc57f1cd1cd91bdb8e5cb07044fda334e3f Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 4 Nov 2015 22:11:29 -0800 Subject: Added android project layout --- android/jni/Android.mk | 1 + android/jni/Application.mk | 6 ++++++ android/jni/src | 1 + 3 files changed, 8 insertions(+) create mode 100644 android/jni/Android.mk create mode 100644 android/jni/Application.mk create mode 120000 android/jni/src (limited to 'android/jni') 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 -- cgit v1.2.3