From 3ce6f221b98a91918433d25fa7b4d3cf1eca98ba Mon Sep 17 00:00:00 2001 From: Ink Open Source Date: Thu, 6 Nov 2025 22:08:38 -0800 Subject: [PATCH] Update build visibility for Ink Strokes API and storage protos. PiperOrigin-RevId: 829265644 --- ink/storage/proto/BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ink/storage/proto/BUILD.bazel b/ink/storage/proto/BUILD.bazel index d0f5366c..74da2483 100644 --- a/ink/storage/proto/BUILD.bazel +++ b/ink/storage/proto/BUILD.bazel @@ -47,6 +47,10 @@ proto_library( proto_library( name = "stroke_input_batch_proto", srcs = ["stroke_input_batch.proto"], + visibility = [ + "//java/com/google/android/gms/cast/proto/sharecast:__pkg__", + "//visibility:public", + ], deps = [ ":coded_numeric_run_proto", ],