Lines Matching defs:SystemModules
129 type SystemModules struct { struct
130 android.ModuleBase
131 android.DefaultableModuleBase
133 properties SystemModulesProperties
137 headerJars android.Paths
138 outputDir android.Path
139 outputDeps android.Paths
147 func (system *SystemModules) HeaderJars() android.Paths {
151 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {
158 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) {
177 func (system *SystemModules) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
181 func (system *SystemModules) AndroidMk() android.AndroidMkData {
220 SystemModules anonMember