Hello everyone, As I planned in my previous report, this week I was working on the llvm_android build script. I can finally report that it works and we can build AOSP's llvm for AArch64 Host now[1]. I wasn't able to handle the prebuilt GCC dependency libraries the aforementioned LLVM toolchain requires. This would take longer time to deal with because AOSP's build scripts[2] are all over the place. And so I prioritize building GCC below the main goal of compiling Android on AArch64 for the time being. Coming to which, I have started testing building Lineage on AArch64 today. I believe this should take another week of efforts, if not more. Regards, Gunwant [1] https://github.com/WantGuns/toolchain_llvm_android [2] https://android.googlesource.com/toolchain/gcc/+/refs/heads/master