Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go283 type topDownMutatorContext struct { struct
284 bp blueprint.TopDownMutatorContext
285 baseModuleContext
525 func (t *topDownMutatorContext) CreateBazelTargetModule(
548 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) {
576 // android.topDownMutatorContext either has to embed blueprint.TopDownMutatorContext, in which case…
582 func (t *topDownMutatorContext) MutatorName() string {
586 func (t *topDownMutatorContext) Rename(name string) {
591 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {
612 …utatorContext) createModuleWithoutInheritance(factory ModuleFactory, props ...interface{}) Module {