Skip to content

Commit

Permalink
Update android build
Browse files Browse the repository at this point in the history
* update NDK version 26
* enable 16KB page size

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
  • Loading branch information
clover2123 committed Jul 30, 2024
1 parent 0f6ea46 commit ea2d14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/escargot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
}
}

ndkVersion '25.2.9519653'
ndkVersion '27.0.12077973'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit ea2d14f

Please sign in to comment.