Lines Matching defs:SystemModules
129 type SystemModules struct { struct
130 android.ModuleBase
131 android.DefaultableModuleBase
132 android.SdkBase
134 properties SystemModulesProperties
138 headerJars android.Paths
139 outputDir android.Path
140 outputDeps android.Paths
148 func (system *SystemModules) HeaderJars() android.Paths {
152 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {
159 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) {
172 func (system *SystemModules) DepsMutator(ctx android.BottomUpMutatorContext) {
176 func (system *SystemModules) AndroidMk() android.AndroidMkData {
215 SystemModules anonMember