From bdec5c2d75dd7753a3b9636bed260973f6c6056c Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 21 Sep 2020 15:44:26 +0700 Subject: [PATCH] Avoid re-download ndk --- ci_build_global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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