Skip to content

Commit a31fea4

Browse files
committed
Get and extract NDK
1 parent b6f4929 commit a31fea4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ git:
66
before_install:
77
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
88
- git submodule update --init --recursive
9+
- wget http://dl.google.com/android/ndk/android-ndk-$NDK_VERSION-linux-x86_64.bin
10+
- chmod +x android-ndk-$NDK_VERSION-linux-x86_64.bin
11+
- ./android-ndk-$NDK_VERSION-linux-x86_64.bin | egrep -v ^Extracting
12+
- export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
13+
- export PATH=${PATH}:${ANDROID_NDK_HOME}
14+
915
android:
1016
components:
1117
- platform-tools

0 commit comments

Comments
 (0)