android: Support 16 KB page sizes

- Fix #3740.
This commit is contained in:
Dicot0721
2026-01-04 01:13:43 +08:00
committed by Zangetsu
parent 4ebd4dff2f
commit 2a83fbf0c1
+1
View File
@@ -18,6 +18,7 @@ android {
externalNativeBuild {
cmake {
abiFilters.addAll( 'arm64-v8a' )
arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON" // required until NDK r28
}
}
}