mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
Fix android travis build again
This commit is contained in:
parent
d4003f9527
commit
fff71e449e
@ -19,7 +19,7 @@ NDK_BUNDLE="ndk-bundle"
|
||||
if [ "$1" = "r10e" ]; then
|
||||
NDK_BUNDLE=""
|
||||
fi
|
||||
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-28 $NDK_BUNDLE > /dev/null 2>/dev/null
|
||||
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-26 $NDK_BUNDLE > /dev/null 2>/dev/null
|
||||
if [ "$1" = "r10e" ]; then
|
||||
wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin >/dev/null 2>/dev/null
|
||||
7z x ./android-ndk-r10e-linux-x86_64.bin > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user