Silent NDK unpacking
This commit is contained in:
parent
2680c60215
commit
253997f228
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ android:
|
||||||
before_install:
|
before_install:
|
||||||
- date
|
- date
|
||||||
- wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin
|
- wget http://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin
|
||||||
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin
|
- chmod +x android-ndk-r10e-linux-x86_64.bin && ./android-ndk-r10e-linux-x86_64.bin > /dev/null
|
||||||
- mv android-ndk-r10e android-ndk
|
- mv android-ndk-r10e android-ndk
|
||||||
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
- export PATH=`pwd`/android-ndk:`pwd`/android-sdk-linux/tools:`pwd`/android-sdk-linux/platform-tools:$PATH
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue