Skip to content

Commit 730f2ea

Browse files
nbjohnson0copybara-github
authored andcommitted
Make koladata/proto/annotations.proto visible to experimental users.
PiperOrigin-RevId: 857232748 Change-Id: Id73c284b5479da17c9e56f24e08042ce2ac52648
1 parent d068d62 commit 730f2ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

koladata/proto/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,21 @@ licenses(["notice"])
2828
proto_library(
2929
name = "annotations_proto",
3030
srcs = ["annotations.proto"],
31+
visibility = [
32+
"//koladata:experimental_users",
33+
"//koladata:internal",
34+
],
3135
deps = [
3236
"@com_google_protobuf//:descriptor_proto",
3337
],
3438
)
3539

3640
cc_proto_library(
3741
name = "annotations_cc_proto",
42+
visibility = [
43+
"//koladata:experimental_users",
44+
"//koladata:internal",
45+
],
3846
deps = [":annotations_proto"],
3947
)
4048

0 commit comments

Comments
 (0)