Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmutator_test.go27 type mutatorTestModule struct { struct
38 module := &mutatorTestModule{}
44 func (m *mutatorTestModule) GenerateAndroidBuildActions(ctx ModuleContext) { argument
53 func (m *mutatorTestModule) DepsMutator(ctx BottomUpMutatorContext) { argument
58 ctx.AddMissingDependencies(ctx.Module().(*mutatorTestModule).props.Mutator_missing_deps)
81 foo := result.ModuleForTests("foo", "").Module().(*mutatorTestModule)