Skip to content

Commit f1256ac

Browse files
committed
Added suspport for NDK 27
1 parent 2ab8cb8 commit f1256ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ case "$NDK_RN" in
413413
TOOLSET=clang
414414
CONFIG_VARIANT=ndk19
415415
;;
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")
417417
TOOLCHAIN=${TOOLCHAIN:-llvm}
418418
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
419419
TOOLSET=clang
@@ -434,7 +434,7 @@ if [ -z "${ARCHLIST}" ]; then
434434

435435
case "$NDK_RN" in
436436
# 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")
438438
ARCHLIST="arm64-v8a armeabi-v7a x86 x86_64"
439439
;;
440440
*)

0 commit comments

Comments
 (0)