remove checks android ndk, see readme

This commit is contained in:
YouROK
2021-10-04 16:43:14 +03:00
parent 09bf0892ff
commit 3dabf1f4d9

View File

@@ -83,11 +83,6 @@ done
### Android build section ### Android build section
##### #####
if [ -z "$NDK_TOOLCHAIN" ]; then
echo "NDK_TOOLCHAIN is not defined. Android builds was skipped"
exit
fi
declare -a COMPILERS=( declare -a COMPILERS=(
"arm7:armv7a-linux-androideabi21-clang" "arm7:armv7a-linux-androideabi21-clang"
"arm64:aarch64-linux-android21-clang" "arm64:aarch64-linux-android21-clang"