Skip to content

Commit

Permalink
Fix arch filter for ndk r18b
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph-Gordon Paul committed Dec 11, 2018
1 parent e5dbf0d commit 3f096b1
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 @@ -314,7 +314,7 @@ if [ -z "${ARCHLIST}" ]; then

case "$NDK_RN" in
# NDK 17+: Support for ARMv5 (armeabi), MIPS, and MIPS64 has been removed.
"17.1"|"17.2"|"18.0")
"17.1"|"17.2"|"18.0"|"18.1")
ARCHLIST="arm64-v8a armeabi-v7a x86 x86_64"
;;
*)
Expand Down

0 comments on commit 3f096b1

Please sign in to comment.