Hi there,
I know in Android10, gcc has been deprecated so I'm trying to make `distcc` work with `clang`.
Does anyone have any good tutorials/tips on how to make `distcc` work with `clang` and `ccache` ?
Is there an official comment about how to make `clang` work with `distcc`?
Here are the resources I got so far:
From what I gathered, I think I have to make symlinks for all clangs executables and then point the build to those symlinks,
but this is where my knowledge stops.
Any tips or articles about how I should be going about this would be highly appreciated.
Thank you for your time reading this!