Searched defs:bottomUpMutatorContext (Results 1 – 1 of 1) sorted by relevance
| /build/soong/android/ |
| D | mutator.go | 279 type bottomUpMutatorContext struct { struct 280 bp blueprint.BottomUpMutatorContext 281 baseModuleContext 282 finalPhase bool 495 func (b *bottomUpMutatorContext) Rename(name string) { 500 …rContext) createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) Module { 504 …eInDirectory(factory blueprint.ModuleFactory, name string, _ string, props ...interface{}) Module { 508 func (b *bottomUpMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module { 512 …ext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []Module { 519 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) { [all …]
|