Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cf043fd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Open metrics visibility to script subpackages"

parents 51f09423 24e9eec8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],
)