aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-06-16 14:37:43 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-06-19 18:22:00 +0200
commitc3a1af61006f081cbbf8007a4a76cf4a7e27a39c (patch)
treefba8b7fdc25a26e08e21ca797311f32e6d1e6ac2 /third_party/ijar/BUILD
parente4564296e810b77169a23edf63f5352effb0a5ce (diff)
Require parentheses around tuple in list comprehension filtering.
This affects only the tuple that appears after 'if' inside a list comprehension. Since a truth value is expected, it's very unlikely to break existing code. It's technically a breaking change, but it's not worth introducing a flag for this. RELNOTES: Parentheses around the tuple are now mandatory in [a for b in c if 1, 2] PiperOrigin-RevId: 159218397
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 45fca3a6df..7836ea1bd9 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -90,9 +90,3 @@ filegroup(
srcs = glob(["**"]) + ["//third_party/ijar/test:srcs"],
visibility = ["//third_party:__pkg__"],
)
-
-filegroup(
- name = "embedded_tools",
- srcs = glob(["**"]),
- visibility = ["//visibility:public"],
-)