Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dtesting.go35 type customModule struct { struct
44 func (m *customModule) OutputFiles(tag string) (android.Paths, error) { argument
48 func (m *customModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
53 module := &customModule{}
138 if m, ok := ctx.Module().(*customModule); ok {
168 if m, ok := ctx.Module().(*customModule); ok {