Add Config() to TransitionMutator contexts
Test: builds Change-Id: Iadcea3081d8537220d54b4eeb1ba3691105e1d82
This commit is contained in:
parent
33bec91aec
commit
9c2f78f6c4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue