Skip to content

Commit f742719

Browse files
Ink Open Sourcecopybara-github
authored andcommitted
Update build visibility for Ink Strokes API and storage protos.
PiperOrigin-RevId: 827899374
1 parent 994e034 commit f742719

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ink/storage/proto/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
2020

2121
package(
22-
default_visibility = ["//visibility:public"],
22+
default_visibility = [
23+
"//java/com/google/android/gms/cast/proto/sharecast:__pkg__",
24+
"//visibility:public",
25+
],
2326
)
2427

2528
proto_library(

0 commit comments

Comments
 (0)