Merge "Refactor 'in_make' to mean Kati is not skipped." am: f87a720101 am: 628217737c am: c6d8a3e14f

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

Change-Id: I635b7c0848b73fccfe9c17d5b4c56c215294feff
This commit is contained in:
Jingwen Chen
2020-11-24 03:37:59 +00:00
committed by Automerger Merge Worker
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
}