Lines Matching defs:SystemModules
138 type SystemModules struct { struct
139 android.ModuleBase
140 android.DefaultableModuleBase
142 properties SystemModulesProperties
144 outputDir android.Path
145 outputDeps android.Paths
153 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) {
180 func (system *SystemModules) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
184 func (system *SystemModules) AndroidMk() android.AndroidMkData {
223 SystemModules anonMember
317 func (s *SystemModules) IDEInfo(ctx android.BaseModuleContext, ideInfo *android.IdeInfo) {