diff --git a/ci_build_global.sh b/ci_build_global.sh index 22b0837..fa1c83b 100644 --- a/ci_build_global.sh +++ b/ci_build_global.sh @@ -2,7 +2,7 @@ set -e # We have OpenJDK 8, good enough export USE_SYSTEM_JDK_8=1 -wget -nv -O android-ndk-r10e-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip" +wget -nc -nv -O android-ndk-r10e-linux-x86_64.zip "https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip" ./extractndk.sh ./getlibs.sh ./maketoolchain.sh