]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Build native libraries for all non-deprecated ABIs
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Jun 2018 13:36:20 +0000 (15:36 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 3 Jul 2018 09:31:31 +0000 (11:31 +0200)
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

index 25b1aa2bdbd164620af9f85563fb2da0e3fdd96b..00a46d70e61b05c9e62c274834ec0015324e8f87 100644 (file)
@@ -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