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/Application.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 android/jni/Application.mk (limited to 'android/jni/Application.mk') 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 -- cgit v1.2.3