File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android:
1919
2020
2121before_install :
22- - sudo apt update -qq
23- - sudo apt install -qq --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
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
2424 - wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
2525 - unzip -qq android-ndk-r16b-linux-x86_64.zip -d $HOME
2626 - export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
You can’t perform that action at this time.
0 commit comments