Skip to content

Commit

Permalink
update docker for android (#37341)
Browse files Browse the repository at this point in the history
* update docker for android

* update base docker chip build version
  • Loading branch information
yunhanw-google authored Jan 31, 2025
1 parent cdd492b commit 435583e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
104 : [Telink] Update Docker image (Zephyr update)
105 : Upgrade android docker with new kotlin/gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RUN set -x \

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

# Download and install android NDK
Expand Down

0 comments on commit 435583e

Please sign in to comment.