Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output to bazel-bin instead of bazel-genfiles.
In the long term, all uses of bazel-genfiles will be replaced with bazel-bin. Starlark rules should only set `output_to_genfiles = True` when required for compatibility with other rules or tools that make assumptions about the location of output files. Note that Bazel already defaults to `--incompatible_merge_genfiles_directory`, which makes the distinction moot anyway. PiperOrigin-RevId: 612915158
- Loading branch information