File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
scripts/azure-pipelines/android Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ADD https://dl.google.com/android/repository/commandlinetools-linux-10406996_lat
8
8
ADD https://dl.google.com/android/repository/build-tools_r34-linux.zip /build-tools_r34-linux.zip
9
9
ADD https://dl.google.com/android/repository/platform-34-ext7_r03.zip /platform-34-ext7_r03.zip
10
10
ADD https://dl.google.com/android/repository/platform-tools_r35.0.1-linux.zip /platform-tools_r35.0.1-linux.zip
11
- ADD https://dl.google.com/android/repository/android-ndk-r27c -linux.zip /android-ndk-r27c -linux.zip
11
+ ADD https://dl.google.com/android/repository/android-ndk-r28b -linux.zip /android-ndk-r28b -linux.zip
12
12
13
13
# Add apt packages
14
14
@@ -94,15 +94,15 @@ export JAVA_HOME=/jdk-17.0.14+7
94
94
yes | /android-sdk/cmdline-tools/bin/sdkmanager --sdk_root=/android-sdk --licenses
95
95
96
96
# Android NDK
97
- unzip -q /android-ndk-r27c -linux.zip
98
- rm -f android-ndk-r27c -linux.zip
97
+ unzip -q /android-ndk-r28b -linux.zip
98
+ rm -f android-ndk-r28b -linux.zip
99
99
100
100
END_OF_SCRIPT
101
101
102
102
ENV JAVA_HOME /jdk-17.0.14+7
103
103
104
104
ENV ANDROID_HOME /android-sdk
105
105
106
- ENV ANDROID_NDK_HOME /android-ndk-r27c
106
+ ENV ANDROID_NDK_HOME /android-ndk-r28b
107
107
108
108
WORKDIR /vcpkg
You can’t perform that action at this time.
0 commit comments