Skip to content

Commit 4c43832

Browse files
chsiggTensorflow Cloud maintainers
authored andcommitted
Automatically Generated Code
PiperOrigin-RevId: 813184238
1 parent e995694 commit 4c43832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/monitoring/build_rules.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
Utilities for building grpc and proto libraries from googleapis.
1717
"""
1818

19-
load("@com_github_grpc_grpc//bazel:generate_cc.bzl", "generate_cc")
2019
load("@rules_cc//cc:defs.bzl", native_cc_proto_library = "cc_proto_library")
20+
load("@com_github_grpc_grpc//bazel:generate_cc.bzl", "generate_cc")
2121

2222
def _tf_cc_headers(ctx):
2323
if len(ctx.attr.deps) != 1:
@@ -82,7 +82,7 @@ def cc_grpc_library(name, srcs, deps, service_namespace = "grpc", **kwargs):
8282
)
8383

8484
grpc_proto_dep = "@com_github_grpc_grpc//:grpc++_codegen_proto"
85-
cc_library(
85+
native.cc_library(
8686
name = name,
8787
srcs = [":" + codegen_grpc_target],
8888
hdrs = [":" + codegen_grpc_target],

0 commit comments

Comments
 (0)