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.
27.1
1 parent 1bca67a commit 510cea8Copy full SHA for 510cea8
build-android.sh
@@ -413,7 +413,7 @@ case "$NDK_RN" in
413
TOOLSET=clang
414
CONFIG_VARIANT=ndk19
415
;;
416
- "22.1"|"23.0"|"23.1"|"25.0"|"25.1"|"25.2"|"26.0"|"26.1"|"26.2"|"26.3"|"27.0")
+ "22.1"|"23.0"|"23.1"|"25.0"|"25.1"|"25.2"|"26.0"|"26.1"|"26.2"|"26.3"|"27.0"|"27.1")
417
TOOLCHAIN=${TOOLCHAIN:-llvm}
418
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
419
0 commit comments