Searched defs:customModule (Results 1 – 2 of 2) sorted by relevance
27 type customModule struct { struct28 ModuleBase30 properties struct {35 data AndroidMkData36 distFiles TaggedDistFiles37 outputFile OptionalPath41 defaultDistPaths Paths50 func (m *customModule) GenerateAndroidBuildActions(ctx ModuleContext) {94 func (m *customModule) AndroidMk() AndroidMkData {102 func (m *customModule) OutputFiles(tag string) (Paths, error) {[all …]
35 type customModule struct { struct36 android.ModuleBase37 android.BazelModuleBase39 props customProps44 func (m *customModule) OutputFiles(tag string) (android.Paths, error) {48 func (m *customModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {