Home
last modified time | relevance | path

Searched refs:systemModules (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/java/
H A Dsdk.go106 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 Dbuilder.go256 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 Ddroiddoc.go268 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 Dtesting.go313 systemModules := []string{
320 for _, extra := range systemModules {
H A Djava.go301 systemModules string member
347 if sdkDep.systemModules != "" {
348 ctx.AddVariationDependencies(nil, systemModulesTag, sdkDep.systemModules)
365 systemModules *systemModules member
H A Dbase.go756 flags.systemModules = deps.systemModules
1753 if deps.systemModules != nil {
1758 deps.systemModules = &systemModules{outputDir, outputDeps}