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:
cgrushko 2017-02-08 15:23:57 -05:00 committed by GitHub
parent a60cc08d83
commit 65a4d20deb

2
BUILD
View File

@ -31,7 +31,7 @@ LINK_OPTS = select({
})
load(
"protobuf",
":protobuf.bzl",
"cc_proto_library",
"py_proto_library",
"internal_copied_filegroup",