Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go221 type bottomUpMutatorContext struct { struct
222 bp blueprint.BottomUpMutatorContext
223 baseModuleContext
224 finalPhase bool
351 func (b *bottomUpMutatorContext) MutatorName() string {
355 func (b *bottomUpMutatorContext) Rename(name string) {
360 …tatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) {
364 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
368 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {
386 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module {
[all …]