github: build android with NDK compiler

This commit is contained in:
Alibek Omarov
2021-12-14 23:03:31 +03:00
parent f60112773f
commit dc186c3cba
3 changed files with 1 additions and 25 deletions

View File

@@ -12,11 +12,6 @@ elif [[ "$GH_CPU_ARCH" == "32&64" ]]; then
export ARCHS="armeabi armeabi-v7a x86 aarch64 x86_64"
fi
export API=21
export TOOLCHAIN=host
export CC=clang-12
export CXX=clang++-12
export STRIP=llvm-strip-12
sh compile.sh release
if [[ "$GH_CPU_ARCH" == "64" ]]; then