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:
Colin Cross 2024-01-24 20:36:28 +00:00 committed by Automerger Merge Worker
commit 1236187824

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