Skip to content

Commit 2318250

Browse files
author
Andras Fekete
committed
Don't be so verbose
1 parent 72f2ec1 commit 2318250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDE/Android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# https://developer.android.com/ndk/downloads/
1212
export ANDROID_NDK_ROOT=${WORKSPACE}/android-ndk-r26b
1313
if [ ! -e ${ANDROID_NDK_ROOT} ]; then
14-
wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
14+
wget -q https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
1515
unzip android-ndk-r26b-linux.zip
1616
fi
1717
PATH="${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH"

0 commit comments

Comments
 (0)