Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Only extract part of the ndk file
Browse files Browse the repository at this point in the history
  • Loading branch information
richq committed Apr 6, 2015
1 parent 87945a5 commit 525055a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_install:
- sudo apt-get install -qq -y libgd2-xpm ia32-libs ia32-libs-multiarch p7zip > /dev/null
- wget -q --timeout=120 http://dl.google.com/android/ndk/android-ndk-r10d-linux-x86.bin -O ndk.bin
- md5sum ndk.bin | grep 70ed6d8c34e7e620c145b791e8eeef89
- 7zr x ndk.bin > /dev/null
- 7zr x ndk.bin $(sed 's/^/ -xr!/g' ndk-excludes.txt) | awk '/^Extracting/ { i++; if (i > 50) {print; i = 0}}'
- export ANDROID_HOME=$(pwd)/android-sdk-linux
script:
- PROFILER_VERSION=$(git describe)
Expand Down
11 changes: 11 additions & 0 deletions ndk-excludes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
llvm-*
stlport
mips
x86-4.8
docs
gnu-libstdc++
arch-x86*
arch-mips*
*4.9*
*4.6*
python2.7

0 comments on commit 525055a

Please sign in to comment.