File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# with this name, it will be used.
11
11
#
12
12
# The convention here is tailscale-android-build-amd64-<date>
13
- DOCKER_IMAGE := tailscale-android-build-amd64-031325
13
+ DOCKER_IMAGE := tailscale-android-build-amd64-031325-1
14
14
export TS_USE_TOOLCHAIN =1
15
15
16
16
# Auto-select an NDK from ANDROID_HOME (choose highest version available)
46
46
ANDROID_TOOLS_URL := "https://dl.google.com/android/repository/commandlinetools-mac-9477386_latest.zip"
47
47
ANDROID_TOOLS_SUM := "2072ffce4f54cdc0e6d2074d2f381e7e579b7d63e915c220b96a7db95b2900ee commandlinetools-mac-9477386_latest.zip"
48
48
endif
49
- ANDROID_SDK_PACKAGES := 'platforms;android-31 ' 'extras;android;m2repository' 'ndk;23.1.7779620' 'platform-tools' 'build-tools;33 .0.2 '
49
+ ANDROID_SDK_PACKAGES := 'platforms;android-34 ' 'extras;android;m2repository' 'ndk;23.1.7779620' 'platform-tools' 'build-tools;34 .0.0 '
50
50
51
51
# Attempt to find an ANDROID_SDK_ROOT / ANDROID_HOME based either from
52
52
# preexisting environment or common locations.
Original file line number Diff line number Diff line change 1
1
# This is a Dockerfile for creating a build environment for
2
2
# tailscale-android.
3
3
4
- FROM --platform=linux/amd64 eclipse-temurin:20-jdk
4
+ FROM --platform=linux/amd64 eclipse-temurin:21
5
5
6
6
# To enable running android tools such as aapt
7
7
RUN apt-get update && apt-get -y upgrade
Original file line number Diff line number Diff line change 1
1
# This is a Dockerfile for creating a build environment for
2
2
# tailscale-android.
3
3
4
- FROM --platform=linux/amd64 eclipse-temurin:20-jdk
4
+ FROM --platform=linux/amd64 eclipse-temurin:21
5
5
6
6
# To enable running android tools such as aapt
7
7
RUN apt-get update && apt-get -y upgrade
You can’t perform that action at this time.
0 commit comments