Merge "Refactor 'in_make' to mean Kati is not skipped."
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user