aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2016-07-06 11:52:17 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-07-07 08:36:06 +0000
commitc5804abff648d97fca5f98e0905f8c50c4e924e7 (patch)
tree4ae20daeb763cb551c0db66c1bd10904df742d91 /tools/build_rules
parent68cb41ad93f34f5e923ff5fb47392a48169b7684 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=126687108
Diffstat (limited to 'tools/build_rules')
-rw-r--r--tools/build_rules/genproto.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_rules/genproto.bzl b/tools/build_rules/genproto.bzl
index 1dede57ee7..aa12e5e658 100644
--- a/tools/build_rules/genproto.bzl
+++ b/tools/build_rules/genproto.bzl
@@ -15,7 +15,7 @@
# This is a quick and dirty rule to make Bazel compile itself. It
# only supports Java.
-proto_filetype = FileType([".proto"])
+proto_filetype = [".proto"]
def gensrcjar_impl(ctx):
out = ctx.outputs.srcjar