Skip to content

Commit

Permalink
Add action_names filegroup
Browse files Browse the repository at this point in the history
This seems to exist internally at google and was imported by rules_swift bazelbuild/rules_swift#461

Closes #11912.

PiperOrigin-RevId: 338256451
  • Loading branch information
keith authored and copybara-github committed Oct 21, 2020
1 parent 7292e3b commit 31b9b9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/build_defs/cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ filegroup(
],
)

filegroup(
name = "action_names",
srcs = [
"action_names.bzl",
],
visibility = ["//visibility:public"],
)

filegroup(
name = "action_names_test_files",
testonly = True,
Expand Down

0 comments on commit 31b9b9e

Please sign in to comment.