Skip to content

Don't set CC/CXX to a host compiler on Android

This is a best unecessary, and at worst breaking the build as the host system isn't even guaranteed to have clang (such as the Android Docker image).

Merge request reports