aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_build_system.bzl
diff options
context:
space:
mode:
authorGravatar Max Vorobev <vmax0770@gmail.com>2018-12-24 16:10:27 +0300
committerGravatar Max Vorobev <vmax0770@gmail.com>2018-12-24 19:29:09 +0300
commit25e13ac79b67383765c0b786c7647af97676539a (patch)
treeb560c48c41f462d012d85463855575992e31ee0a /bazel/grpc_build_system.bzl
parentc3eb206897dcfc9fa77391501b233d7a2b0c79f7 (diff)
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,