Add Config() to TransitionMutator contexts

Test: builds
Change-Id: Iadcea3081d8537220d54b4eeb1ba3691105e1d82
This commit is contained in:
Colin Cross 2024-01-18 17:23:18 -08:00
parent 33bec91aec
commit 9c2f78f6c4

View file

@ -697,6 +697,10 @@ type OutgoingTransitionContext interface {
// DepTag() Returns the dependency tag through which this dependency is
// reached
DepTag() DependencyTag
// Config returns the config object that was passed to
// Context.PrepareBuildActions.
Config() interface{}
}
// TransitionMutator implements a top-down mechanism where a module tells its