Skip to content

Commit

Permalink
Remove unnecessary output_to_genfiles = True from Starlark rule.
Browse files Browse the repository at this point in the history
Bazel already enables `--incompatible_merge_genfiles_directory` by default, which makes the distinction between genfiles and bin moot.

PiperOrigin-RevId: 622891502
Change-Id: Idaa0e39a969f1c1f03b2c588e5fbb37e342c6fe4
  • Loading branch information
tjgq authored and Copybara-Service committed Apr 8, 2024
1 parent 7c1e23c commit 95c0e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sandboxed_api/bazel/sapi.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ sapi_interface = rule(
default = Label("@bazel_tools//tools/cpp:current_cc_toolchain"),
),
},
output_to_genfiles = True,
toolchains = use_cpp_toolchain(),
)

Expand Down

0 comments on commit 95c0e54

Please sign in to comment.