Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go1007 type mutatorContext struct { struct
1008 baseModuleContext
1009 mutator *mutatorInfo
1010 reverseDeps []reverseDep
1011 rename []rename
1012 replace []replace
1013 newVariations moduleList // new variants of existing modules
1014 newModules []*moduleInfo // brand new modules
1015 defaultVariation *string
1016 pauseCh chan<- pauseSpec
[all …]
H A Dcontext.go2938 run(mutator []*mutatorInfo, ctx *mutatorContext)