aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_build_system.bzl
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2019-01-09 10:29:22 -0800
committerGravatar GitHub <noreply@github.com>2019-01-09 10:29:22 -0800
commit19914dd942b39e048be55f096ad7267e2be7bb20 (patch)
treedd3257a2e462e5b2cbb8428ed280eef83855e830 /bazel/grpc_build_system.bzl
parent3a59faf632427f26bc8dceed46c1fe748fd7df3c (diff)
parent25e13ac79b67383765c0b786c7647af97676539a (diff)
Merge pull request #17590 from graknlabs/fix-bazel-incompatibilities
Fix incompatible_bzl_disallow_load_after_statement, deprecated attribute usage
Diffstat (limited to 'bazel/grpc_build_system.bzl')
-rw-r--r--bazel/grpc_build_system.bzl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 65fe5a10aa..caeafc76b6 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -23,6 +23,8 @@
# each change must be ported from one to the other.
#
+load("//bazel:cc_grpc_library.bzl", "cc_grpc_library")
+
# The set of pollers to test against if a test exercises polling
POLLERS = ["epollex", "epoll1", "poll", "poll-cv"]
@@ -111,7 +113,6 @@ def grpc_proto_plugin(name, srcs = [], deps = []):
deps = deps,
)
-load("//:bazel/cc_grpc_library.bzl", "cc_grpc_library")
def grpc_proto_library(
name,