From 3be93a0eaf0eb67da8e20edb3abfb440fd6f0732 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Tue, 26 Jan 2016 18:20:45 -0500 Subject: [PATCH] only build for x86 and armeabi --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index 7d4d00d2..554a462d 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -APP_ABI := armeabi armeabi-v7a arm64-v8a mips x86 +APP_ABI := armeabi x86 APP_PLATFORM := android-16 APP_STL := stlport_static NDK_TOOLCHAIN_VERSION := 4.8