Skip to content

Commit

Permalink
Compile for Android with support for 16 KB page sizes (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Sep 19, 2024
1 parent 77a464d commit 7913eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/android/gradle/native-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ext.nativeBuild = { nativeTargets ->
arguments "-DANDROID_TOOLCHAIN=clang"
arguments "-DANDROID_STL=" + stl
arguments "-DANDROID_CPP_FEATURES=exceptions"
arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"

// Enable ccache if the user has installed it.
if (file("/usr/bin/ccache").exists()) {
Expand Down

0 comments on commit 7913eab

Please sign in to comment.