Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmutator.go300 type bottomUpMutatorContext struct { struct
301 bp blueprint.BottomUpMutatorContext
302 baseModuleContext
303 finalPhase bool
764 func (b *bottomUpMutatorContext) Rename(name string) {
769 …createModule(factory blueprint.ModuleFactory, name string, props ...interface{}) blueprint.Module {
773 …ry(factory blueprint.ModuleFactory, name string, _ string, props ...interface{}) blueprint.Module {
777 func (b *bottomUpMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
781 …pendency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Module {
788 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
[all …]