From 65a4d20debded3d58d7190a5a1555bd487a051f9 Mon Sep 17 00:00:00 2001 From: cgrushko Date: Wed, 8 Feb 2017 15:23:57 -0500 Subject: Update load() statement to latest style The first argument is currently implicitly a .bzl file. Change this to be explicit. --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3