File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ case "$NDK_RN" in
413
413
TOOLSET=clang
414
414
CONFIG_VARIANT=ndk19
415
415
;;
416
- " 22.1" |" 23.0" |" 23.1" |" 25.0" |" 25.1" |" 25.2" |" 26.0" |" 26.1" |" 26.2" |" 26.3" )
416
+ " 22.1" |" 23.0" |" 23.1" |" 25.0" |" 25.1" |" 25.2" |" 26.0" |" 26.1" |" 26.2" |" 26.3" | " 27.0 " )
417
417
TOOLCHAIN=${TOOLCHAIN:- llvm}
418
418
CXXPATH=$AndroidNDKRoot /toolchains/${TOOLCHAIN} /prebuilt/${PlatformOS} -x86_64/bin/clang++
419
419
TOOLSET=clang
@@ -434,7 +434,7 @@ if [ -z "${ARCHLIST}" ]; then
434
434
435
435
case " $NDK_RN " in
436
436
# NDK 17+: Support for ARMv5 (armeabi), MIPS, and MIPS64 has been removed.
437
- " 17.1" |" 17.2" |" 18.0" |" 18.1" |" 19.0" |" 19.1" |" 19.2" |" 20.0" |" 20.1" |" 21.0" |" 21.1" |" 21.2" |" 21.3" |" 21.4" |" 22.1" |" 23.0" |" 23.1" |" 25.0" |" 25.1" |" 25.2" |" 26.0" |" 26.1" |" 26.2" |" 26.3" )
437
+ " 17.1" |" 17.2" |" 18.0" |" 18.1" |" 19.0" |" 19.1" |" 19.2" |" 20.0" |" 20.1" |" 21.0" |" 21.1" |" 21.2" |" 21.3" |" 21.4" |" 22.1" |" 23.0" |" 23.1" |" 25.0" |" 25.1" |" 25.2" |" 26.0" |" 26.1" |" 26.2" |" 26.3" | " 27.0 " )
438
438
ARCHLIST=" arm64-v8a armeabi-v7a x86 x86_64"
439
439
;;
440
440
* )
You can’t perform that action at this time.
0 commit comments