aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorcgrushko <carmi.grushko@gmail.com>2017-02-08 15:23:57 -0500
committerGitHub <noreply@github.com>2017-02-08 15:23:57 -0500
commit65a4d20debded3d58d7190a5a1555bd487a051f9 (patch)
tree4f792cb2aa4a0a3ce992307f7d064bfb09422f1f /BUILD
parenta60cc08d838d3075ec0e38e5ed2791d78b200630 (diff)
downloadprotobuf-65a4d20debded3d58d7190a5a1555bd487a051f9.tar.gz
protobuf-65a4d20debded3d58d7190a5a1555bd487a051f9.tar.bz2
protobuf-65a4d20debded3d58d7190a5a1555bd487a051f9.zip
Update load() statement to latest style
The first argument is currently implicitly a .bzl file. Change this to be explicit.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 38793293..3a1a1949 100644
--- a/BUILD
+++ b/BUILD
@@ -31,7 +31,7 @@ LINK_OPTS = select({
})
load(
- "protobuf",
+ ":protobuf.bzl",
"cc_proto_library",
"py_proto_library",
"internal_copied_filegroup",