Searched defs:topDownMutatorContext (Results 1 – 2 of 2) sorted by relevance
278 type topDownMutatorContext struct { struct279 bp blueprint.TopDownMutatorContext280 baseModuleContext698 func (t *topDownMutatorContext) CreateBazelTargetModule(705 func (t *topDownMutatorContext) CreateBazelTargetModuleWithRestrictions(723 func (t *topDownMutatorContext) CreateBazelTargetAliasInDir(791 // android.topDownMutatorContext either has to embed blueprint.TopDownMutatorContext, in which case…797 func (t *topDownMutatorContext) MutatorName() string {801 func (t *topDownMutatorContext) Rename(name string) {806 …createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) blueprint.Module {[all …]
1381 func productVariableConfigEnableLabels(ctx *topDownMutatorContext) []bazel.Label {