Skip to content

Commit 012f2b1

Browse files
authored
Don't re-declare Lint outputs (#22)
1 parent 5df591b commit 012f2b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/impl.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _run_android_lint(
113113
args.add("--enable-check-dependencies")
114114

115115
# Declare the output file
116-
output = ctx.actions.declare_file("{}.xml".format(ctx.label.name))
117116
args.add("--output", output)
118117
outputs.append(output)
119118

0 commit comments

Comments
 (0)