Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go411 type bottomUpMutatorContext struct { struct
412 bp blueprint.BottomUpMutatorContext
413 baseModuleContext
414 finalPhase bool
415 bazelConversionMode bool
617 func (b *bottomUpMutatorContext) MutatorName() string {
621 func (b *bottomUpMutatorContext) Rename(name string) {
626 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {
630 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
634 func (b *bottomUpMutatorContext) CreateVariations(variations ...string) []Module {
[all …]