Convert defaults to a top down mutator
BottomUpMutators are going to lose their ctx.Visit* functions in order to allow parallelizing them, move defaults to a TopDownMutator using WalkDeps to only visit defaults modules. Test: no changes to out/soong/build.ninja Change-Id: I54ba65a7e2ae9503f4d217f63aa9178a7c5341f0
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
func init() {
|
||||
RegisterBottomUpMutator("defaults_deps", defaultsDepsMutator)
|
||||
RegisterBottomUpMutator("defaults", defaultsMutator)
|
||||
RegisterTopDownMutator("defaults", defaultsMutator)
|
||||
|
||||
RegisterBottomUpMutator("arch", ArchMutator)
|
||||
}
|
||||
|
Reference in New Issue
Block a user