From 929badfefd4bd1b958bc22dfe8324ebfd7e43d62 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 4 Jun 2018 15:36:20 +0200 Subject: [PATCH] android: Build native libraries for all non-deprecated ABIs armeabi has been superseded by armeabi-v7a and the MIPS ABIs were removed with the latest NDK (r17), after being marked deprecated for a while. By not specifying APP_ABI we build for all non-deprecated ABIs. --- src/frontends/android/app/src/main/jni/Application.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/android/app/src/main/jni/Application.mk b/src/frontends/android/app/src/main/jni/Application.mk index 25b1aa2bd..00a46d70e 100644 --- a/src/frontends/android/app/src/main/jni/Application.mk +++ b/src/frontends/android/app/src/main/jni/Application.mk @@ -1,3 +1 @@ -# select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs). -APP_ABI := armeabi arm64-v8a x86 x86_64 mips mips64 APP_PLATFORM := android-19