Home
last modified time | relevance | path

Searched defs:transitionContextImpl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dtransition.go227 type transitionContextImpl struct { struct
228 context *Context
229 source *moduleInfo
230 dep *moduleInfo
231 depTag DependencyTag
232 postMutator bool
233 config interface{}
234 errs []error
237 func (c *transitionContextImpl) DepTag() DependencyTag {
241 func (c *transitionContextImpl) Config() interface{} {
[all …]