Skip to content

Commit

Permalink
Don't re-declare Lint outputs (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Oct 27, 2023
1 parent 5df591b commit 012f2b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _run_android_lint(
args.add("--enable-check-dependencies")

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

Expand Down

0 comments on commit 012f2b1

Please sign in to comment.