Update load() statement to latest style
The first argument is currently implicitly a .bzl file. Change this to be explicit.
This commit is contained in:
parent
a60cc08d83
commit
65a4d20deb
1 changed files with 1 additions and 1 deletions
2
BUILD
2
BUILD
|
@ -31,7 +31,7 @@ LINK_OPTS = select({
|
|||
})
|
||||
|
||||
load(
|
||||
"protobuf",
|
||||
":protobuf.bzl",
|
||||
"cc_proto_library",
|
||||
"py_proto_library",
|
||||
"internal_copied_filegroup",
|
||||
|
|
Loading…
Add table
Reference in a new issue