Skip to content

Commit 24b517b

Browse files
committed
Move file_concat to bazel/private.
1 parent 8016162 commit 24b517b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cc_binary(
33
srcs = [
44
"main.cc",
55
],
6-
visibility = ["//visibility:public"],
7-
)
6+
visibility = ["//bazel:__subpackages__"],
7+
)

bazel/proto_descriptor_set.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sequence of `ProtoInfo`s to collect `FileDescriptorSet`s from.
5757
""".strip(),
5858
),
5959
"_file_concat": attr.label(
60-
default = "//tools/file_concat",
60+
default = "//bazel/private/file_concat:file_concat",
6161
executable = True,
6262
cfg = "exec",
6363
),

0 commit comments

Comments
 (0)