From 05b1cd0e99b224ae4fe420f3a6b124cbc586e5c0 Mon Sep 17 00:00:00 2001 From: Ink Open Source Date: Tue, 11 Nov 2025 15:46:28 -0800 Subject: [PATCH] Update build visibility for Ink Strokes API and storage protos. PiperOrigin-RevId: 831100371 --- 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", ],