File tree 2 files changed +5
-5
lines changed
integrations/docker/images
stage-3/chip-build-android
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 104 : [Telink] Update Docker image (Zephyr update)
1
+ 105 : Upgrade android docker with new kotlin/gradle
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ RUN set -x \
28
28
29
29
# Download and install android command line tool (for installing `sdkmanager`)
30
30
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 \
32
32
&& 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 \
36
36
&& : # last line
37
37
38
38
# Download and install android NDK
You can’t perform that action at this time.
0 commit comments