Skip to content

Commit

Permalink
Update to NDK version 27.2.12479018 to match GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jan 11, 2025
1 parent c8b3629 commit cfc9209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/android-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fail() {
# * https://android.googlesource.com/platform/ndk/+/ndk-rXX-release/docs/BuildSystemMaintainers.md
# where XX is the NDK version. Do a diff against the version you're upgrading from, e.g.:
# https://android.googlesource.com/platform/ndk/+/ndk-r25-release..ndk-r26-release/docs/BuildSystemMaintainers.md
ndk_version=27.1.12297006
ndk_version=27.2.12479018

ndk=$ANDROID_HOME/ndk/$ndk_version
if ! [ -e $ndk ]; then
Expand Down

0 comments on commit cfc9209

Please sign in to comment.