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:
@@ -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