Skip to content

Commit

Permalink
Don't re-declare Lint outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 26, 2023
1 parent e097812 commit 930ea8a
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 @@ -114,7 +114,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 930ea8a

Please sign in to comment.