chore: support 16KB page size

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-08-02 19:37:40 +02:00
parent d80b6c8529
commit 45eb60a658
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ android {
externalNativeBuild {
cmake {
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
cppFlags("")
}
}