aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2024-01-24 20:36:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-24 20:36:28 +0000
commit1236187824466a4d040ce8ef014a86dc98c7220f (patch)
tree2b68ec0934af8ee21b90940ad7bf8e3e783592fc
parent8530c625b995c895b728c2b3dde56d0065bdcc55 (diff)
parent1b3fe6bd2c1d534558ae169d6d9c84bd0abdd9b2 (diff)
downloadblueprint-1236187824466a4d040ce8ef014a86dc98c7220f.tar.gz
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>
-rw-r--r--context.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/context.go b/context.go
index 63a1f04..28f0cc5 100644
--- a/context.go
+++ b/context.go
@@ -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