Skip to content

Commit a03b6fa

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update C# Bazel rules for IAM to include all required protos
PiperOrigin-RevId: 422868642
1 parent fe4fb6f commit a03b6fa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

google/iam/v1/BUILD.bazel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,12 @@ load(
177177

178178
csharp_proto_library(
179179
name = "iam_csharp_proto",
180-
deps = [":iam_policy_proto"],
180+
deps = [
181+
":iam_policy_proto",
182+
":options_proto",
183+
":policy_proto",
184+
"//google/iam/v1/logging:audit_data_proto"
185+
],
181186
)
182187

183188
csharp_grpc_library(

0 commit comments

Comments
 (0)