Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go403 type bottomUpMutatorContext struct { struct
404 bp blueprint.BottomUpMutatorContext
405 baseModuleContext
406 finalPhase bool
819 func (b *bottomUpMutatorContext) MutatorName() string {
823 func (b *bottomUpMutatorContext) Rename(name string) {
828 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {
832 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
836 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {
854 func (b *bottomUpMutatorContext) CreateLocalVariations(variations ...string) []Module {
[all …]