aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-20 13:40:02 -0700
committerGitHub <noreply@github.com>2018-08-20 13:40:02 -0700
commit9590dd2c4f93f67ad42b2f1d6e4f312d61c54849 (patch)
treee4c98b87ca3c7f6fe82810f1b51a0986d3779519
parentab09b2a2e203b204e11ac64750e62b3f1da7dc6e (diff)
parentd5f0dac497f833d06f92d246431f4f2f42509e04 (diff)
downloadprotobuf-9590dd2c4f93f67ad42b2f1d6e4f312d61c54849.tar.gz
protobuf-9590dd2c4f93f67ad42b2f1d6e4f312d61c54849.tar.bz2
protobuf-9590dd2c4f93f67ad42b2f1d6e4f312d61c54849.zip
Merge pull request #5050 from lucidsoftware/lucid
Change deprecated Bazel single file attr param
-rw-r--r--protobuf.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/protobuf.bzl b/protobuf.bzl
index 67d61d7b..ae391aa6 100644
--- a/protobuf.bzl
+++ b/protobuf.bzl
@@ -178,7 +178,7 @@ proto_gen = rule(
"protoc": attr.label(
cfg = "host",
executable = True,
- single_file = True,
+ allow_single_file = True,
mandatory = True,
),
"plugin": attr.label(