Skip to content

Commit a64002a

Browse files
kernel: Fetch clang 9.0.7
clang version: 9.0.7 Tree: 6d89ef6ddfd75c723fc3c3c1983392cf6dcefeb1 Bug: android/ndk#1076
1 parent 0fa812b commit a64002a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG3=$3 #Build should be pushed or not [PUSH / NOPUSH]
2727
DATE=$(TZ=Asia/Jakarta date +"%Y%m%d-%T")
2828
export ZIPNAME="azure" #Specifies the name of kernel
2929
#We should fetch the latest clang build from android_googlesource
30-
export CLANG_URL=https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/refs/heads/master/clang-r365631.tar.gz
30+
export CLANG_URL=https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/0d5571d773730462d70ef218f7296a7641ff7af0/clang-r365631b.tar.gz
3131

3232
##----------------------------------------------------##
3333

0 commit comments

Comments
 (0)