Browse Source

Update load() statement to latest style

The first argument is currently implicitly a .bzl file.
Change this to be explicit.
cgrushko 8 năm trước cách đây
mục cha
commit
65a4d20deb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BUILD

+ 1 - 1
BUILD

@@ -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",