Lines Matching defs:Module
149 type Module struct { struct
150 android.ModuleBase
151 android.DefaultableModuleBase
152 android.BazelModuleBase
153 android.ApexModuleBase
157 Extra interface{}
158 android.ImageInterface
160 properties generatorProperties
165 taskGenerator taskFunc
167 rule blueprint.Rule
168 rawCommands []string
170 exportedIncludeDirs android.Paths
172 outputFiles android.Paths
173 outputDeps android.Paths
175 subName string
176 subDir string
179 modulePaths []string
632 …erface) SetImageVariation(ctx android.BaseModuleContext, variation string, module android.Module) {