Searched defs:SystemModules (Results 1 – 7 of 7) sorted by relevance
130 type SystemModules struct { struct131 android.ModuleBase132 android.DefaultableModuleBase133 android.SdkBase135 properties SystemModulesProperties139 headerJars android.Paths140 outputDir android.Path141 outputDeps android.Paths149 func (system *SystemModules) HeaderJars() android.Paths {153 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) {[all …]
148 func (r *RuntimeResourceOverlay) SystemModules() string { func
251 func (j *Javadoc) SystemModules() string { func
635 func (a *AARImport) SystemModules() string { func
516 func (j *Module) SystemModules() string { func
1205 func (j *Import) SystemModules() string { func
27 SystemModules() string methodSpec