File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,17 @@ language: android
66
77android :
88 components :
9- # - tools
10- # - platform-tools
119 - build-tools-23.0.1
1210 - android-23
13- # - extra-google-m2repository
14- # - extra-android-m2repository
1511
1612 licenses :
1713 - ' android-sdk-license-.+'
1814 - ' google-gdk-license-.+'
1915
2016
2117before_install :
22- - sudo apt -qq update
23- - sudo apt -qq install --no-install-recommends build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool
18+ - sudo apt -qq update > /dev/null
19+ - sudo apt -qq install --no-install-recommends build-essential ccache git zlib1g-dev python2.7 python2.7-dev libncurses5:i386 libstdc++6:i386 zlib1g:i386 openjdk-8-jdk unzip ant ccache autoconf libtool > /dev/null
2420 - wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
2521 - unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
2622 - export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
You can’t perform that action at this time.
0 commit comments