diff options
author | 2025-03-10 13:41:49 -0700 | |
---|---|---|
committer | 2025-03-10 13:41:49 -0700 | |
commit | a369dc00143821fa7784d1bfa9d2986186b23742 (patch) | |
tree | 39c1e14bbff8b6c1d28f7543880240809d61220c /java/lint.go | |
parent | cfbdb0cec0d89feccb3cd8231a4095f673f74b29 (diff) | |
parent | ef9e63e775493bd73cb28917ad59e6b10e5506b5 (diff) |
Merge "Rename CommonModuleInfoKey to be consistent with others." into main
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 c31dfd005..61b50dcba 100644 --- a/java/lint.go +++ b/java/lint.go @@ -659,7 +659,7 @@ func (l *lintSingleton) generateLintReportZips(ctx android.SingletonContext) { var outputs []*LintInfo var dirs []string ctx.VisitAllModuleProxies(func(m android.ModuleProxy) { - commonInfo, _ := android.OtherModuleProvider(ctx, m, android.CommonModuleInfoKey) + commonInfo, _ := android.OtherModuleProvider(ctx, m, android.CommonModuleInfoProvider) if ctx.Config().KatiEnabled() && !commonInfo.ExportedToMake { return } |