Skip to content

Commit 4597556

Browse files
committed
Remove comment
1 parent 49a9ca9 commit 4597556

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
@@ -202,7 +202,6 @@ def process_android_lint_issues(ctx, regenerate):
202202
deps.append(dep[JavaInfo].compile_jars)
203203
if AndroidLibraryResourceClassJarProvider in dep:
204204
deps.append(dep[AndroidLibraryResourceClassJarProvider].jars)
205-
# aar_import targets.
206205
if _AndroidLintAARInfo in dep:
207206
direct = []
208207
if dep[_AndroidLintAARInfo].aar:

0 commit comments

Comments
 (0)