Skip to content

Commit

Permalink
Added support for NDK 27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Sep 26, 2024
1 parent 1bca67a commit 510cea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ case "$NDK_RN" in
TOOLSET=clang
CONFIG_VARIANT=ndk19
;;
"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")
TOOLCHAIN=${TOOLCHAIN:-llvm}
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
TOOLSET=clang
Expand Down

0 comments on commit 510cea8

Please sign in to comment.