Internal BUILD changes

PiperOrigin-RevId: 503417314
Change-Id: Ib368f5600ef39d2ee37fc8c71108d6d11f109328
This commit is contained in:
Sandboxed API Team 2023-01-20 05:14:12 -08:00 committed by Copybara-Service
parent adb90a14a0
commit 8c107936da

View File

@ -640,9 +640,6 @@ sapi_proto_library(
sapi_proto_library(
name = "mount_tree_proto",
srcs = ["mount_tree.proto"],
visibility = [
"//monitoring/utilization/borg/turbine/stages:__pkg__",
],
)
cc_library(
@ -889,6 +886,9 @@ cc_library(
sapi_proto_library(
name = "violation_proto",
srcs = ["violation.proto"],
visibility = [
"//monitoring/utilization/borg/turbine/stages:__pkg__",
],
deps = [":mount_tree_proto"],
)