Lines Matching refs:SystemModules
113 module := &SystemModules{}
126 var _ SystemModulesProvider = (*SystemModules)(nil)
130 type SystemModules struct { struct
149 func (system *SystemModules) HeaderJars() android.Paths { argument
153 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) { argument
160 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
179 func (system *SystemModules) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
183 func (system *SystemModules) AndroidMk() android.AndroidMkData { argument
223 SystemModules anonMember
253 if _, ok := module.(*SystemModules); ok {
277 systemModule := variant.(*SystemModules)