Extract NDK silently (pipe to /dev/null)

This commit is contained in:
shadowislord 2014-11-14 23:36:18 -05:00
parent d0a3ffe06c
commit 196744eec5

View File

@ -13,5 +13,5 @@ before_install:
# sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch
# newest Android NDK
- wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin
- 7z x ndk.bin
- 7z x ndk.bin -y > /dev/null
- export ANDROID_NDK_HOME=`pwd`/android-ndk-r10c