@npreining Nah, it's not you, Bazel is already known to break when ANDROID_NDK_HOME
is set and some other conditions are also met, hence the unset ANDROID_NDK_HOME
fix. But I guess with Bazel 7.0 we'll have to take care of ANDROID_HOME
as well.
As far as I can tell by skimming through Bazel's source code it's only these two variables that are taken into consideration, so I've updated the PKGBUILD accordingly.
Pinned Comments
Nocifer commented on 2022-05-29 21:54 (UTC) (edited on 2023-08-22 09:33 (UTC) by Nocifer)
If you're getting compilation errors, please delete your Bazel cache (
~/.cache/bazel
by default).