From ad22bc2995c11555730e4f43f2e1a53dc5c01fd0 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 10 Mar 2021 09:45:40 -0800 Subject: [PATCH] Add comment to lintPaths Test: none Change-Id: Ia7db6e27fedd95df2ebfc573e35a44a93acb031b --- java/lint.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/lint.go b/java/lint.go index f9a89d0f7..5940eac61 100644 --- a/java/lint.go +++ b/java/lint.go @@ -174,6 +174,8 @@ func (l *linter) deps(ctx android.BottomUpMutatorContext) { extraLintCheckTag, extraCheckModules...) } +// lintPaths contains the paths to lint's inputs and outputs to make it easier to pass them +// around. type lintPaths struct { projectXML android.WritablePath configXML android.WritablePath