Is there a bazel equivalent of include what you use? I'm looking for a tool that will eliminate false dependencies in a bazel build by removing dependencies from BUILD files and checking if the project still builds.
Is there any reason this approach wouldn't work?