From: Tobias Brunner Date: Mon, 27 Jul 2015 15:46:06 +0000 (+0200) Subject: android: Keep NDK API level at 19 X-Git-Tag: 5.3.3dr3~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e323dc1b772a42470939ab53ad295b3bc786e30;p=thirdparty%2Fstrongswan.git android: Keep NDK API level at 19 The headers/libraries changed a lot with level 21 so that our app won't run on devices with Android < 5 when built against it. We currently don't need any new native APIs so that should be fine. --- diff --git a/src/frontends/android/jni/Application.mk b/src/frontends/android/jni/Application.mk index cdfb47400c..9fa6683549 100644 --- a/src/frontends/android/jni/Application.mk +++ b/src/frontends/android/jni/Application.mk @@ -1,2 +1,3 @@ # select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs). APP_ABI := armeabi x86 mips +APP_PLATFORM := android-19