We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bed39 commit f7f9f44Copy full SHA for f7f9f44
Android/android-env.sh
@@ -24,7 +24,7 @@ fail() {
24
# * https://android.googlesource.com/platform/ndk/+/ndk-rXX-release/docs/BuildSystemMaintainers.md
25
# where XX is the NDK version. Do a diff against the version you're upgrading from, e.g.:
26
# https://android.googlesource.com/platform/ndk/+/ndk-r25-release..ndk-r26-release/docs/BuildSystemMaintainers.md
27
-ndk_version=27.2.12479018
+ndk_version=27.3.13750724
28
29
ndk=$ANDROID_HOME/ndk/$ndk_version
30
if ! [ -e "$ndk" ]; then
0 commit comments