소스 검색

Update load() statement to latest style

The first argument is currently implicitly a .bzl file.
Change this to be explicit.
cgrushko 9 년 전
부모
커밋
65a4d20deb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BUILD

+ 1 - 1
BUILD

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