mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-31 09:15:13 +00:00
travis: verbose 7z x for r10e ndk
This commit is contained in:
parent
595d452c23
commit
f33de46508
@ -19,7 +19,7 @@ NDK_BUNDLE="ndk-bundle"
|
|||||||
if [ "$1" = "r10e" ]; then
|
if [ "$1" = "r10e" ]; then
|
||||||
NDK_BUNDLE=""
|
NDK_BUNDLE=""
|
||||||
wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin >/dev/null 2>/dev/null
|
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
|
7z x ./android-ndk-r10e-linux-x86_64.bin
|
||||||
mv android-ndk-r10e ndk-bundle
|
mv android-ndk-r10e ndk-bundle
|
||||||
fi
|
fi
|
||||||
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-19 $NDK_BUNDLE > /dev/null 2>/dev/null
|
sdk/tools/bin/sdkmanager --install build-tools\;29.0.1 platform-tools platforms\;android-19 $NDK_BUNDLE > /dev/null 2>/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user