mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 07:35:59 -04:00
Avoid re-download ndk
This commit is contained in:
parent
436382c669
commit
bdec5c2d75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user