From e80e17111a76c9e4c99b00d5c9dbf7cfbb3065e4 Mon Sep 17 00:00:00 2001 From: fysx Date: Wed, 1 Jan 2014 16:05:38 +0100 Subject: [PATCH] building for armeabi-v7a by default --- jni/Application.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index a78bc435..2d27d30f 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -2,4 +2,5 @@ # 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_STL := gnustl_shared \ No newline at end of file +APP_STL := gnustl_shared +APP_ABI := armeabi-v7a