Skip to content

Commit

Permalink
Update runtime to NDK 26.3.11579264 to match GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Apr 19, 2024
1 parent 6a53d00 commit bc58a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ if (!(cmakeBuildType in KNOWN_BUILD_TYPES)) {
// This must be one of the NDK versions which are pre-installed on the
// GitHub Actions runner. Ideally it would also match the version in
// target/build-common.sh, but the latter is more difficult to change.
def ndkDir = sdkPath("ndk/26.2.11394342")
def ndkDir = sdkPath("ndk/26.3.11579264")

def prefixDir = "$projectDir/../../target/prefix/$abi"
args "-DCMAKE_TOOLCHAIN_FILE=$ndkDir/build/cmake/android.toolchain.cmake",
Expand Down

0 comments on commit bc58a1c

Please sign in to comment.