Avoid re-download ndk

This commit is contained in:
Tran Khanh Duy 2020-09-21 15:44:26 +07:00 committed by GitHub
parent 436382c669
commit bdec5c2d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
set -e set -e
# We have OpenJDK 8, good enough # We have OpenJDK 8, good enough
export USE_SYSTEM_JDK_8=1 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 ./extractndk.sh
./getlibs.sh ./getlibs.sh
./maketoolchain.sh ./maketoolchain.sh