Home
last modified time | relevance | path

Searched refs:mutatorTestModule (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmutator_test.go25 type mutatorTestModule struct { struct
36 module := &mutatorTestModule{}
42 func (m *mutatorTestModule) GenerateAndroidBuildActions(ctx ModuleContext) { argument
51 func (m *mutatorTestModule) DepsMutator(ctx BottomUpMutatorContext) { argument
56 ctx.AddMissingDependencies(ctx.Module().(*mutatorTestModule).props.Mutator_missing_deps)
79 foo := result.ModuleForTests("foo", "").Module().(*mutatorTestModule)