Home
last modified time | relevance | path

Searched refs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmutator.go221 type bottomUpMutatorContext struct { struct
231 actx := &bottomUpMutatorContext{
351 func (b *bottomUpMutatorContext) MutatorName() string { argument
355 func (b *bottomUpMutatorContext) Rename(name string) { argument
360 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… argument
364 func (b *bottomUpMutatorContext) AddReverseDependency(module blueprint.Module, tag blueprint.Depend… argument
368 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module { argument
386 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module { argument
404 func (b *bottomUpMutatorContext) SetDependencyVariation(variation string) { argument
408 func (b *bottomUpMutatorContext) SetDefaultDependencyVariation(variation *string) { argument
[all …]