android: Update NDK version and enable support for 16KiB page tables

This commit is contained in:
Tobias Brunner 2025-02-03 13:21:41 +01:00
parent e6b040265d
commit ff2010c8da
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ android {
}
}
ndkVersion "26.1.10909125"
ndkVersion "27.2.12479018"
externalNativeBuild {
ndkBuild {

View File

@ -1 +1,2 @@
APP_PLATFORM := android-21
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true