build.sh: Switch to AOSP clang 14.0.6 (r450784d)

This is now the default clang for AOSP 13.
This commit is contained in:
Adithya R 2022-09-24 19:47:11 +05:30
parent 184a3f2595
commit 0fcf749230

View File

@ -5,7 +5,7 @@
SECONDS=0 # builtin bash timer
ZIPNAME="QuicksilveR-surya-$(date '+%Y%m%d-%H%M').zip"
TC_DIR="$HOME/tc/aosp-clang"
TC_DIR="$HOME/tc/clang-r450784d"
GCC_64_DIR="$HOME/tc/aarch64-linux-android-4.9"
GCC_32_DIR="$HOME/tc/arm-linux-androideabi-4.9"
AK3_DIR="$HOME/android/AnyKernel3"