Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 710601971
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Dec 30, 2024
1 parent e6ef68a commit 4b22bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/systemlibs/grpc.bazel.generate_cc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ load(
"get_proto_root",
"proto_path_to_generated_filename",
)
load("@rules_proto//proto:defs.bzl", "ProtoInfo")

_GRPC_PROTO_HEADER_FMT = "{}.grpc.pb.h"
_GRPC_PROTO_SRC_FMT = "{}.grpc.pb.cc"
Expand Down
2 changes: 2 additions & 0 deletions third_party/systemlibs/grpc.bazel.protobuf.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Utility functions for generating protobuf code."""

load("@rules_proto//proto:defs.bzl", "ProtoInfo")

_PROTO_EXTENSION = ".proto"
_VIRTUAL_IMPORTS = "/_virtual_imports/"

Expand Down

0 comments on commit 4b22bd9

Please sign in to comment.