diff --git a/android/jni/Application.mk b/android/jni/Application.mk index 9cb37e97cc..caff25fc67 100644 --- a/android/jni/Application.mk +++ b/android/jni/Application.mk @@ -2,7 +2,7 @@ NDK_TOOLCHAIN_VERSION := 4.6 APP_PLATFORM := android-5 ifeq (x$(NDK_ABI_TO_BUILD), x) - APP_ABI := armeabi armeabi-v7a mips x86 + APP_ABI := armeabi armeabi-v7a x86 else APP_ABI := $(NDK_ABI_TO_BUILD) endif diff --git a/tools/autobuild/android.sh b/tools/autobuild/android.sh index 9ed9f33d52..a682af3e03 100644 --- a/tools/autobuild/android.sh +++ b/tools/autobuild/android.sh @@ -28,7 +28,7 @@ fi if [[ $# > 1 ]] ; then NDK_ABI_LIST=$2 else - NDK_ABI_LIST=(armeabi armeabi-v7a mips x86) + NDK_ABI_LIST=(armeabi armeabi-v7a x86) fi