Searched refs:systemModules (Results 1 – 8 of 8) sorted by relevance
/build/soong/java/ |
D | sdk.go | 45 systemModules() string methodSpec 388 var systemModules string 390 systemModules = "sdk_public_" + sdkVersion.version.String() + "_system_modules" 397 systemModules: systemModules, 405 systemModules: "core-current-stubs-system-modules", 416 systemModules: corePlatformSystemModules(ctx), 422 systemModules := sdkContext.systemModules() 423 if systemModules == "" { 426 } else if systemModules == "none" { 435 systemModules: systemModules, [all …]
|
D | testing.go | 207 systemModules := []string{ 213 for _, extra := range systemModules {
|
D | builder.go | 247 systemModules *systemModules member 302 bootClasspath, systemModuleDeps = flags.systemModules.FormJavaSystemModulesPath(ctx.Device()) 362 bootClasspath, systemModuleDeps = flags.systemModules.FormTurbineSystemModulesPath(ctx.Device()) 423 bootClasspath, systemModuleDeps = flags.systemModules.FormJavaSystemModulesPath(ctx.Device()) 643 type systemModules struct { struct 651 func (x *systemModules) FormJavaSystemModulesPath(forceEmpty bool) (string, android.Paths) { argument 664 func (x *systemModules) FormTurbineSystemModulesPath(forceEmpty bool) (string, android.Paths) { argument
|
D | java.go | 626 systemModules string member 690 func (j *Module) systemModules() string { func 738 if sdkDep.systemModules != "" { 739 ctx.AddVariationDependencies(nil, systemModulesTag, sdkDep.systemModules) 876 systemModules *systemModules member 1134 if deps.systemModules != nil { 1139 deps.systemModules = &systemModules{outputDir, outputDeps} 1295 flags.systemModules = deps.systemModules
|
D | droiddoc.go | 435 func (j *Javadoc) systemModules() string { func 452 ctx.AddVariationDependencies(nil, systemModulesTag, sdkDep.systemModules) 574 if deps.systemModules != nil { 579 deps.systemModules = &systemModules{outputDir, outputDeps} 720 deps.systemModules, deps.classpath, j.sourcepaths) 952 outDir, srcJarDir, srcJarList android.Path, systemModules *systemModules, argument 957 flag, deps := systemModules.FormJavaSystemModulesPath(ctx.Device())
|
D | java_test.go | 1899 systemModules := ctx.ModuleForTests("system-modules", "android_common") 1901 cmd := systemModules.Rule("jarsTosystemModules") 1929 systemModules := ctx.ModuleForTests("system-modules", "android_common") 1931 cmd := systemModules.Rule("jarsTosystemModules")
|
D | aar.go | 569 func (a *AARImport) systemModules() string { func
|
D | app.go | 1823 func (r *RuntimeResourceOverlay) systemModules() string { func
|