Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go278 type topDownMutatorContext struct { struct
279 bp blueprint.TopDownMutatorContext
280 baseModuleContext
698 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 …]
Dmodule.go1381 func productVariableConfigEnableLabels(ctx *topDownMutatorContext) []bazel.Label {