Merge "Export teams even when module disabled." into main am: e48bcc2aaa
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2962048 Change-Id: I93afdf935c6bff38318c720f456efb187806e7d5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3655e86fd1
1 changed files with 0 additions and 4 deletions
|
@ -68,10 +68,6 @@ func (this *allTeamsSingleton) GenerateBuildActions(ctx SingletonContext) {
|
|||
this.teams_for_mods = make(map[string]moduleTeamInfo)
|
||||
|
||||
ctx.VisitAllModules(func(module Module) {
|
||||
if !module.Enabled() {
|
||||
return
|
||||
}
|
||||
|
||||
bpFile := ctx.BlueprintFile(module)
|
||||
|
||||
// Package Modules and Team Modules are stored in a map so we can look them up by name for
|
||||
|
|
Loading…
Reference in a new issue