We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6463a34 commit 97af3e9Copy full SHA for 97af3e9
1 file changed
src/cpp/monitoring/build_rules.bzl
@@ -16,8 +16,9 @@
16
Utilities for building grpc and proto libraries from googleapis.
17
"""
18
19
-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")
+load("@rules_cc//cc:defs.bzl", native_cc_proto_library = "cc_proto_library")
21
+load("//third_party/bazel_rules/rules_cc/cc/common:cc_info.bzl", "CcInfo")
22
23
def _tf_cc_headers(ctx):
24
if len(ctx.attr.deps) != 1:
0 commit comments