File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,19 +143,19 @@ if [[ $arch = "arm64" ]]; then
143
143
err " Failed downloading toolchain, refer to the README for details"
144
144
exit 1
145
145
fi
146
- url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/+archive/refs/heads/master .tar.gz"
146
+ url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/+archive/refs/heads/android12L-release .tar.gz"
147
147
echo " Downloading $url "
148
148
if ! wget --no-check-certificate " $url " -O /tmp/aosp-gcc-arm64.tar.gz & > /dev/null; then
149
149
err " Failed downloading toolchain, refer to the README for details"
150
150
exit 1
151
151
fi
152
- url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/+archive/refs/heads/master .tar.gz"
152
+ url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/+archive/refs/heads/android12L-release .tar.gz"
153
153
echo " Downloading $url "
154
154
if ! wget --no-check-certificate " $url " -O /tmp/aosp-gcc-arm.tar.gz & > /dev/null; then
155
155
err " Failed downloading toolchain, refer to the README for details"
156
156
exit 1
157
157
fi
158
- url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/+archive/refs/heads/master .tar.gz"
158
+ url=" https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/+archive/refs/heads/android12L-release .tar.gz"
159
159
echo " Downloading $url "
160
160
if ! wget --no-check-certificate " $url " -O /tmp/aosp-gcc-host.tar.gz & > /dev/null; then
161
161
err " Failed downloading toolchain, refer to the README for details"
You can’t perform that action at this time.
0 commit comments