Merge "Refactor 'in_make' to mean Kati is not skipped."

This commit is contained in:
Jingwen Chen
2020-11-24 02:09:21 +00:00
committed by Gerrit Code Review
14 changed files with 41 additions and 32 deletions

View File

@@ -447,7 +447,7 @@ func (l *lintSingleton) generateLintReportZips(ctx android.SingletonContext) {
var outputs []*lintOutputs
var dirs []string
ctx.VisitAllModules(func(m android.Module) {
if ctx.Config().EmbeddedInMake() && !m.ExportedToMake() {
if ctx.Config().KatiEnabled() && !m.ExportedToMake() {
return
}