File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 11language : android
22jdk : oraclejdk7
3+ sudo : false
34
45env :
56 global :
67 - NDK_VERSION=r10e
78
9+ addons :
10+ apt :
11+ packages :
12+ - libgd2-xpm
13+ - ia32-libs
14+ - ia32-libs-multiarch
15+ - yasm
16+ - pkg-config
17+ - make
18+ - autoconf
19+ - libtool
20+ - make
21+ - autoconf-archive
22+ - automake
23+
824cache :
925 directories :
1026 - $HOME/.gradle/caches
@@ -29,9 +45,6 @@ android:
2945 - ' google-gdk-license-.+'
3046
3147before_install :
32- # required libs for android build tools
33- - sudo apt-get update
34- - sudo apt-get install -qq --force-yes libgd2-xpm ia32-libs ia32-libs-multiarch yasm pkg-config make autoconf libtool make autoconf-archive automake
3548 # Android NDK
3649 - if [ `uname -m` = x86_64 ]; then wget http://dl.google.com/android/ndk/android-ndk-$NDK_VERSION-linux-x86_64.bin -O ndk.bin; else wget http://dl.google.com/android/ndk/android-ndk-$NDK_VERSION-linux-x86.bin -O ndk.bin; fi
3750 - chmod a+x ndk.bin
You can’t perform that action at this time.
0 commit comments