Home
last modified time | relevance | path

Searched refs:SystemModules (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Dsystem_modules.go113 module := &SystemModules{}
126 var _ SystemModulesProvider = (*SystemModules)(nil)
130 type SystemModules struct { struct
149 func (system *SystemModules) HeaderJars() android.Paths { argument
153 func (system *SystemModules) OutputDirAndDeps() (android.Path, android.Paths) { argument
160 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
179 func (system *SystemModules) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
183 func (system *SystemModules) AndroidMk() android.AndroidMkData { argument
223 SystemModules anonMember
253 if _, ok := module.(*SystemModules); ok {
[all …]
Drro.go148 func (r *RuntimeResourceOverlay) SystemModules() string { func
Dsdk.go140 systemModules := sdkContext.SystemModules()
Daar.go635 func (a *AARImport) SystemModules() string { func
Ddroiddoc.go251 func (j *Javadoc) SystemModules() string { func
Djava.go1205 func (j *Import) SystemModules() string { func
Dbase.go516 func (j *Module) SystemModules() string { func
/build/soong/android/
Dsdk_version.go27 SystemModules() string methodSpec