]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update NDK version and enable support for 16KiB page tables
authorTobias Brunner <tobias@strongswan.org>
Mon, 3 Feb 2025 12:21:41 +0000 (13:21 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 18 Feb 2025 13:12:43 +0000 (14:12 +0100)
src/frontends/android/app/build.gradle
src/frontends/android/app/src/main/jni/Application.mk

index cab3a6c6dc31c782e6909295fc17514c66dc5392..047ba8736269c37630f70ab19eb4a55a112a56d6 100644 (file)
@@ -19,7 +19,7 @@ android {
         }
     }
 
-    ndkVersion "26.1.10909125"
+    ndkVersion "27.2.12479018"
 
     externalNativeBuild {
         ndkBuild {
index 2133d20c641cf7b8fe3630c133d14c658680102c..a71cd74c99cb352a8b8cc330644246830c07b1be 100644 (file)
@@ -1 +1,2 @@
 APP_PLATFORM := android-21
+APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true