From 25ee57538b68139edd2473538f9ffee9906c27e6 Mon Sep 17 00:00:00 2001 From: Ink Open Source Date: Thu, 23 Oct 2025 07:08:20 -0700 Subject: [PATCH] Update build visibility for Ink Strokes API and storage protos. PiperOrigin-RevId: 823025632 --- ink/storage/proto/BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ink/storage/proto/BUILD.bazel b/ink/storage/proto/BUILD.bazel index d0f5366c..65ad4abe 100644 --- a/ink/storage/proto/BUILD.bazel +++ b/ink/storage/proto/BUILD.bazel @@ -19,7 +19,10 @@ load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library") package( - default_visibility = ["//visibility:public"], + default_visibility = [ + "//java/com/google/android/gms/cast/proto/sharecast:__pkg__", + "//visibility:public", + ], ) proto_library(