We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa812b commit a64002aCopy full SHA for a64002a
kernel.sh
@@ -27,7 +27,7 @@ ARG3=$3 #Build should be pushed or not [PUSH / NOPUSH]
27
DATE=$(TZ=Asia/Jakarta date +"%Y%m%d-%T")
28
export ZIPNAME="azure" #Specifies the name of kernel
29
#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
+export CLANG_URL=https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+archive/0d5571d773730462d70ef218f7296a7641ff7af0/clang-r365631b.tar.gz
31
32
##----------------------------------------------------##
33
0 commit comments