Merge changes from topic "transition-mutator-config" into main am: 1b3fe6bd2c
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2922240 Change-Id: I881619ef13ed58d5fd65fe03d6923b76f8d7d7c7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1236187824
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