Build can't find the XCode Clang libraries for Android

I have an Android build on mac that relies on clang and I'm hitting a failure where the Linux libaries just aren't present on my machine.

Here's an example missing file:

/Applications/Xcode-14.0.1.14A400.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-arm-android.a: No such file or directory

I have that path except for lib/linux.

How do I install dependencies in this lib/linux directory?

Xcode does not provide support for compiling code for Android or Linux. Please consult the support options related to developing for those platforms to get assistance.

Build can't find the XCode Clang libraries for Android
 
 
Q