This repository was archived by the owner on Nov 21, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ class ConfigCommand(object):
865
865
# Set up the path to the android NDK
866
866
if testing_android :
867
867
s += " --arm-linux-androideabi-ndk=/android/ndk-arm-9"
868
- s += " --i686-linux-android-ndk=/android/ndk-x86"
868
+ s += " --i686-linux-android-ndk=/android/ndk-x86-9 "
869
869
s += " --aarch64-linux-android-ndk=/android/ndk-aarch64"
870
870
s += " --disable-docs"
871
871
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apt-get -y update
5
5
RUN apt-get -y install --force-yes \
6
6
curl make git expect libncurses5:i386 libstdc++6:i386 zlib1g:i386 \
7
7
python-dev python-pip stunnel \
8
- g++-multilib openjdk-6-jre psmisc
8
+ g++-multilib openjdk-6-jre psmisc unzip
9
9
10
10
# Install buildbot and prep it to run
11
11
RUN pip install buildbot-slave
Original file line number Diff line number Diff line change 8
8
curl -O http://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip
9
9
unzip -q android-ndk-r11c-linux-x86_64.zip
10
10
bash android-ndk-r11c/build/tools/make-standalone-toolchain.sh \
11
- --platform=android-18 \
11
+ --platform=android-9 \
12
12
--toolchain=arm-linux-androideabi-4.9 \
13
- --install-dir=/android/ndk-arm-18 \
13
+ --install-dir=/android/ndk-arm-9 \
14
14
--ndk-dir=/android/android-ndk-r11c \
15
15
--arch=arm
16
16
bash android-ndk-r11c/build/tools/make-standalone-toolchain.sh \
@@ -26,9 +26,9 @@ bash android-ndk-r11c/build/tools/make-standalone-toolchain.sh \
26
26
--ndk-dir=/android/android-ndk-r11c \
27
27
--arch=arm64
28
28
bash android-ndk-r11c/build/tools/make-standalone-toolchain.sh \
29
- --platform=android-21 \
29
+ --platform=android-9 \
30
30
--toolchain=x86-4.9 \
31
- --install-dir=/android/ndk-x86 \
31
+ --install-dir=/android/ndk-x86-9 \
32
32
--ndk-dir=/android/android-ndk-r11c \
33
33
--arch=x86
34
34
bash android-ndk-r11c/build/tools/make-standalone-toolchain.sh \
You can’t perform that action at this time.
0 commit comments