Home
last modified time | relevance | path

Searched defs:SystemModules (Results 1 – 7 of 7) sorted by relevance

/build/soong/java/
Dsystem_modules.go138 type SystemModules struct { struct
139 android.ModuleBase
140 android.DefaultableModuleBase
142 properties SystemModulesProperties
144 outputDir android.Path
145 outputDeps android.Paths
153 func (system *SystemModules) GenerateAndroidBuildActions(ctx android.ModuleContext) {
180 func (system *SystemModules) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
184 func (system *SystemModules) AndroidMk() android.AndroidMkData {
223 SystemModules anonMember
[all …]
Drro.go225 func (r *RuntimeResourceOverlay) SystemModules() string { func
430 func (a *AutogenRuntimeResourceOverlay) SystemModules() string { func
Ddroiddoc.go254 func (j *Javadoc) SystemModules() string { func
Daar.go1189 func (a *AARImport) SystemModules() string { func
Djava.go2816 func (al *ApiLibrary) SystemModules() string { func
2956 func (j *Import) SystemModules() string { func
Dbase.go809 func (j *Module) SystemModules() string { func
/build/soong/android/
Dsdk_version.go28 SystemModules() string methodSpec