Auto install missing deps

This commit is contained in:
Duy Tran Khanh 2021-06-10 15:58:44 +07:00 committed by GitHub
parent d7327797cd
commit 1a74a46c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ export JDK_DEBUG_LEVEL=release
if [ "$BUILD_IOS" != "1" ]; then
sudo apt update
sudo apt -y install autoconf python unzip zip
wget -nc -nv -O android-ndk-$NDK_VERSION-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-linux-x86_64.zip"
./extractndk.sh