Lines Matching defs:SystemModules
132 type SystemModules struct { struct
133 android.ModuleBase
134 android.DefaultableModuleBase
136 properties SystemModulesProperties
140 headerJars android.Paths
141 outputDir android.Path
142 outputDeps android.Paths
150 func (system *SystemModules) HeaderJars() android.Paths {
154 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {
161 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