Rename TransitionMutator top down mutator am: 9f260255f2
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/3070725 Change-Id: I2dde26615461abcac5965a2ae9efab0f9bcfb6e4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e9e2e949a1
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ func (t *transitionMutatorImpl) mutateMutator(mctx BottomUpMutatorContext) {
|
|||
func (c *Context) RegisterTransitionMutator(name string, mutator TransitionMutator) {
|
||||
impl := &transitionMutatorImpl{name: name, mutator: mutator}
|
||||
|
||||
c.RegisterTopDownMutator(name+"_deps", impl.topDownMutator).Parallel()
|
||||
c.RegisterTopDownMutator(name+"_propagate", impl.topDownMutator).Parallel()
|
||||
c.RegisterBottomUpMutator(name, impl.bottomUpMutator).Parallel().setTransitionMutator(impl)
|
||||
c.RegisterBottomUpMutator(name+"_mutate", impl.mutateMutator).Parallel()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue