From: Tobias Brunner Date: Mon, 4 Jun 2018 13:36:20 +0000 (+0200) Subject: android: Build native libraries for all non-deprecated ABIs X-Git-Tag: 5.7.0dr5~20^2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=929badfefd4bd1b958bc22dfe8324ebfd7e43d62;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/frontends/android/app/src/main/jni/Application.mk b/src/frontends/android/app/src/main/jni/Application.mk index 25b1aa2bdb..00a46d70e6 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