Skip to content

Commit 435583e

Browse files
update docker for android (project-chip#37341)
* update docker for android * update base docker chip build version
1 parent cdd492b commit 435583e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
104 : [Telink] Update Docker image (Zephyr update)
1+
105 : Upgrade android docker with new kotlin/gradle

integrations/docker/images/stage-3/chip-build-android/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ RUN set -x \
2828

2929
# Download and install android command line tool (for installing `sdkmanager`)
3030
RUN set -x \
31-
&& wget -O /tmp/android-tools.zip https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip \
31+
&& wget -O /tmp/cmdline-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip \
3232
&& cd /opt/android/sdk \
33-
&& unzip /tmp/android-tools.zip \
34-
&& rm -f /tmp/android-tools.zip \
35-
&& test -d /opt/android/sdk/tools \
33+
&& unzip /tmp/cmdline-tools.zip \
34+
&& rm -f /tmp/cmdline-tools.zip \
35+
&& test -d /opt/android/sdk/cmdline-tools \
3636
&& : # last line
3737

3838
# Download and install android NDK

0 commit comments

Comments
 (0)