There's a note in this Bazel example for android that says:
Yes, we know that this is a little clunky. We are working on the following things (and more):
Supporting other architectures than
armeabi-v7a
and compilers other than GCC 4.9
Is there any way to hack around this to swap GCC for Clang until it is officially supported?