Searched refs:systemModules (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/java/ |
H A D | sdk.go | 106 var systemModules string 115 systemModules: systemModules, 123 systemModules: "core-current-stubs-system-modules", 134 systemModules: corePlatformSystemModules(ctx), 140 systemModules := sdkContext.SystemModules() 141 if systemModules == "" { 144 } else if systemModules == "none" { 153 systemModules: systemModules, 154 bootclasspath: []string{systemModules}, 159 systemModules: corePlatformSystemModules(ctx), [all …]
|
H A D | builder.go | 256 systemModules *systemModules member 311 bootClasspath, systemModuleDeps = flags.systemModules.FormJavaSystemModulesPath(ctx.Device()) 371 bootClasspath, systemModuleDeps = flags.systemModules.FormTurbineSystemModulesPath(ctx.Device()) 432 bootClasspath, systemModuleDeps = flags.systemModules.FormJavaSystemModulesPath(ctx.Device()) 645 type systemModules struct { struct 653 func (x *systemModules) FormJavaSystemModulesPath(forceEmpty bool) (string, android.Paths) { 666 func (x *systemModules) FormTurbineSystemModulesPath(forceEmpty bool) (string, android.Paths) {
|
H A D | droiddoc.go | 268 ctx.AddVariationDependencies(nil, systemModulesTag, sdkDep.systemModules) 391 if deps.systemModules != nil { 396 deps.systemModules = &systemModules{outputDir, outputDeps} 523 deps.systemModules, deps.classpath, j.sourcepaths) 713 outDir, srcJarDir, srcJarList android.Path, systemModules *systemModules, argument 718 flag, deps := systemModules.FormJavaSystemModulesPath(ctx.Device())
|
H A D | testing.go | 313 systemModules := []string{ 320 for _, extra := range systemModules {
|
H A D | java.go | 301 systemModules string member 347 if sdkDep.systemModules != "" { 348 ctx.AddVariationDependencies(nil, systemModulesTag, sdkDep.systemModules) 365 systemModules *systemModules member
|
H A D | base.go | 756 flags.systemModules = deps.systemModules 1753 if deps.systemModules != nil { 1758 deps.systemModules = &systemModules{outputDir, outputDeps}
|