Merge "Add comment to lintPaths" am: 42e49979f2 am: 8aac2c3dd5 am: 72241f12c0

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1624661

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I71f4ccd1d39a604f3dbd8d724d4abe8eb2939b84
This commit is contained in:
Colin Cross 2021-03-11 03:03:58 +00:00 committed by Automerger Merge Worker
commit de2c316d39
1 changed files with 2 additions and 0 deletions

View File

@ -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