Skip to content

Commit

Permalink
support 16kb page size for Android15
Browse files Browse the repository at this point in the history
  • Loading branch information
brocollie08 committed Sep 18, 2024
1 parent e9af44f commit 354ba79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

android {
compileSdk 34
ndkVersion '26.1.10909125'
ndkVersion '27.1.12297006'

externalNativeBuild {
cmake {
Expand All @@ -53,7 +53,7 @@ android {

externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared', '-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON'
targets 'fbjni'
version '3.22.1'
}
Expand Down

0 comments on commit 354ba79

Please sign in to comment.