Searched defs:SystemModules (Results 1 – 7 of 7) sorted by relevance
132 type SystemModules struct { struct133 android.ModuleBase134 android.DefaultableModuleBase136 properties SystemModulesProperties140 headerJars android.Paths141 outputDir android.Path142 outputDeps android.Paths150 func (system *SystemModules) HeaderJars() android.Paths {154 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {161 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) {[all …]
185 func (r *RuntimeResourceOverlay) SystemModules() string { func
263 func (j *Javadoc) SystemModules() string { func
1037 func (a *AARImport) SystemModules() string { func
737 func (j *Module) SystemModules() string { func
2493 func (j *Import) SystemModules() string { func
28 SystemModules() string methodSpec