Skip to content

Commit 8bdf1ee

Browse files
committed
eliminating extra code
1 parent 0768997 commit 8bdf1ee

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rules/impl.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ def _run_android_lint(
122122
args.add("--html-output", html_output)
123123
outputs.append(html_output)
124124

125-
label = ctx.attr.android_home.label
126-
if ctx.attr.android_home:
127-
args.add("--android_home", label.workspace_root)
128-
129125
ctx.actions.run(
130126
mnemonic = "AndroidLint",
131127
inputs = inputs,

0 commit comments

Comments
 (0)