mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
fix: invalid deps in cc_proto_library() rules
PiperOrigin-RevId: 497190897
This commit is contained in:
parent
8aab1370b8
commit
4173d85e8b
1 changed files with 2 additions and 2 deletions
|
|
@ -578,12 +578,12 @@ cc_proto_library(
|
|||
|
||||
cc_proto_library(
|
||||
name = "monitoring_cc_proto",
|
||||
deps = ["monitoring_proto"],
|
||||
deps = [":monitoring_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "quota_cc_proto",
|
||||
deps = ["quota_proto"],
|
||||
deps = [":quota_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue