diff options
Diffstat (limited to 'java/lint.go')
-rw-r--r-- | java/lint.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/lint.go b/java/lint.go index 639106793..1bf7f69fd 100644 --- a/java/lint.go +++ b/java/lint.go @@ -252,7 +252,7 @@ func (l *linter) writeLintProjectXML(ctx android.ModuleContext, return projectXMLPath, configXMLPath, cacheDir, homeDir, deps } -// generateManifest adds a command to the rule to write a dummy manifest cat contains the +// generateManifest adds a command to the rule to write a simple manifest that contains the // minSdkVersion and targetSdkVersion for modules (like java_library) that don't have a manifest. func (l *linter) generateManifest(ctx android.ModuleContext, rule *android.RuleBuilder) android.Path { manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml") |