Skip to content

Commit 05b1cd0

Browse files
Ink Open Sourcecopybara-github
authored andcommitted
Update build visibility for Ink Strokes API and storage protos.
PiperOrigin-RevId: 831100371
1 parent aa61ace commit 05b1cd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ink/storage/proto/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ proto_library(
4747
proto_library(
4848
name = "stroke_input_batch_proto",
4949
srcs = ["stroke_input_batch.proto"],
50+
visibility = [
51+
"//java/com/google/android/gms/cast/proto/sharecast:__pkg__",
52+
"//visibility:public",
53+
],
5054
deps = [
5155
":coded_numeric_run_proto",
5256
],

0 commit comments

Comments
 (0)