From: Tobias Brunner Date: Mon, 3 Feb 2025 12:21:41 +0000 (+0100) Subject: android: Update NDK version and enable support for 16KiB page tables X-Git-Tag: android-2.5.3^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2010c8da7755c9209043b9e376194e5f1565f8;p=thirdparty%2Fstrongswan.git android: Update NDK version and enable support for 16KiB page tables --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index cab3a6c6dc..047ba87362 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -19,7 +19,7 @@ android { } } - ndkVersion "26.1.10909125" + ndkVersion "27.2.12479018" externalNativeBuild { ndkBuild { diff --git a/src/frontends/android/app/src/main/jni/Application.mk b/src/frontends/android/app/src/main/jni/Application.mk index 2133d20c64..a71cd74c99 100644 --- a/src/frontends/android/app/src/main/jni/Application.mk +++ b/src/frontends/android/app/src/main/jni/Application.mk @@ -1 +1,2 @@ APP_PLATFORM := android-21 +APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true