Commit 65a4d20d authored by cgrushko's avatar cgrushko Committed by GitHub

Update load() statement to latest style

The first argument is currently implicitly a .bzl file.
Change this to be explicit.
parent a60cc08d
...@@ -31,7 +31,7 @@ LINK_OPTS = select({ ...@@ -31,7 +31,7 @@ LINK_OPTS = select({
}) })
load( load(
"protobuf", ":protobuf.bzl",
"cc_proto_library", "cc_proto_library",
"py_proto_library", "py_proto_library",
"internal_copied_filegroup", "internal_copied_filegroup",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment