Skip to content

Commit

Permalink
eliminating extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
EdbertChan committed Apr 12, 2024
1 parent 0768997 commit 8bdf1ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ def _run_android_lint(
args.add("--html-output", html_output)
outputs.append(html_output)

label = ctx.attr.android_home.label
if ctx.attr.android_home:
args.add("--android_home", label.workspace_root)

ctx.actions.run(
mnemonic = "AndroidLint",
inputs = inputs,
Expand Down

0 comments on commit 8bdf1ee

Please sign in to comment.