Skip to content

Commit

Permalink
Support 16K page size for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 20, 2025
1 parent 6a76996 commit 80fecaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anitorrent-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ android {
externalNativeBuild {
cmake {
path = projectDir.resolve("CMakeLists.txt")
}
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
}
}
}

Expand Down

0 comments on commit 80fecaa

Please sign in to comment.