Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk_test.go27 type customModule struct { struct
28 ModuleBase
30 properties struct {
35 data AndroidMkData
36 distFiles TaggedDistFiles
37 outputFile OptionalPath
41 defaultDistPaths Paths
50 func (m *customModule) GenerateAndroidBuildActions(ctx ModuleContext) {
94 func (m *customModule) AndroidMk() AndroidMkData {
102 func (m *customModule) OutputFiles(tag string) (Paths, error) {
[all …]
/build/soong/bp2build/
Dtesting.go35 type customModule struct { struct
36 android.ModuleBase
37 android.BazelModuleBase
39 props customProps
44 func (m *customModule) OutputFiles(tag string) (android.Paths, error) {
48 func (m *customModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {