From 24e9eec8009e67a6a8a4a0360135c25ac0cc8b36 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Wed, 24 May 2023 18:07:18 +0000 Subject: [PATCH] Open metrics visibility to script subpackages Test: N/A Change-Id: Iee750369efa9138d0a3ada74549dde239f87396f --- ui/metrics/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/metrics/BUILD.bazel b/ui/metrics/BUILD.bazel index 15ebb8864..2dc1ab633 100644 --- a/ui/metrics/BUILD.bazel +++ b/ui/metrics/BUILD.bazel @@ -16,7 +16,7 @@ load("//build/bazel/rules/python:py_proto.bzl", "py_proto_library") py_proto_library( name = "metrics-py-proto", - visibility = ["//build/bazel/scripts/incremental_build:__pkg__"], + visibility = ["//build/bazel/scripts:__subpackages__"], deps = [":metrics-proto"], )