Skip to content

Commit 1ec1b4c

Browse files
koral--viktorbenei
authored andcommitted
New preinstalled package: build-tools-27.0.1 (bitrise-io#134)
Removed duplicated emulator installation
1 parent 406b155 commit 1ec1b4c

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## UPCOMING
22

3+
## `v2017_11_08_1`
4+
5+
* new preinstalled packages: `build-tools-27.0.1`: https://github.com/bitrise-docker/android/pull/134
6+
37
## `v2017_11_07_1`
48

59
* new preinstalled packages:

Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ RUN yes | sdkmanager --licenses
4343
# Platform tools
4444
RUN sdkmanager "platform-tools"
4545

46-
# Emulator
47-
# RUN sdkmanager "emulator"
48-
# For now we'll keep using 26.1.2 ; 26.1.3 had some booting issues...
49-
RUN cd /opt \
50-
&& wget https://dl.google.com/android/repository/emulator-linux-4077558.zip -O emulator.zip \
51-
&& unzip -q emulator.zip -d ${ANDROID_HOME} \
52-
&& rm emulator.zip
53-
5446
# SDKs
5547
# Please keep these in descending order!
5648
# The `yes` is for accepting all non-standard tool licenses.
@@ -67,6 +59,7 @@ RUN yes | sdkmanager \
6759
"platforms;android-19" \
6860
"platforms;android-17" \
6961
"platforms;android-15" \
62+
"build-tools;27.0.1" \
7063
"build-tools;27.0.0" \
7164
"build-tools;26.0.2" \
7265
"build-tools;26.0.1" \
@@ -161,5 +154,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
161154
# Cleaning
162155
RUN apt-get clean
163156

164-
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
157+
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_08_1
165158
CMD bitrise -version

0 commit comments

Comments
 (0)