Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A 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 …]
H A Drro.go196 func (r *RuntimeResourceOverlay) SystemModules() string { func
399 func (a *AutogenRuntimeResourceOverlay) SystemModules() string { func
H A Ddroiddoc.go250 func (j *Javadoc) SystemModules() string { func
H A Djava.go2471 func (al *ApiLibrary) SystemModules() string { func
2611 func (j *Import) SystemModules() string { func
H A Daar.go1169 func (a *AARImport) SystemModules() string { func
H A Dbase.go795 func (j *Module) SystemModules() string { func
/aosp_15_r20/build/soong/android/
H A Dsdk_version.go28 SystemModules() string methodSpec