Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator.go193 type topDownMutatorContext struct { struct
194 bp blueprint.TopDownMutatorContext
195 baseModuleContext
287 func (t *topDownMutatorContext) AppendProperties(props ...interface{}) {
315 // android.topDownMutatorContext either has to embed blueprint.TopDownMutatorContext, in which case…
321 func (t *topDownMutatorContext) MutatorName() string {
325 func (t *topDownMutatorContext) Rename(name string) {
330 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module {