Home | History | Annotate | Download | only in java

Lines Matching refs:bootclasspath

85 	// don't build against the default libraries (bootclasspath, ext, and framework for device
130 // Add host jdk tools.jar to bootclasspath
283 // inserting into the bootclasspath/classpath of another compile
406 bootClasspathTag = dependencyTag{name: "bootclasspath"}
594 bootClasspath classpath
745 deps.bootClasspath = append(deps.bootClasspath, dep.HeaderJars()...)
896 flags.bootClasspath = append(flags.bootClasspath, deps.bootClasspath...)
902 if len(flags.bootClasspath) == 0 && ctx.Host() && flags.javaVersion != "1.9" &&
913 // putting them on the bootclasspath means that:
919 flags.bootClasspath = append(flags.bootClasspath,
923 flags.bootClasspath = append(flags.bootClasspath,
1025 flags.kotlincClasspath = append(flags.kotlincClasspath, flags.bootClasspath...)
1509 // compiled against the device bootclasspath. This jar is not suitable for installing on a device, but can be used
1515 // Specifying `host_supported: true` will produce two variants, one compiled against the device bootclasspath and one
1516 // compiled against the host bootclasspath.
1538 // compiled against the host bootclasspath.
1610 // compiled against the device bootclasspath.
1612 // Specifying `host_supported: true` will produce two variants, one compiled against the device bootclasspath and one
1613 // compiled against the host bootclasspath.
1650 // compiled against the host bootclasspath.
1734 // compiled against the device bootclasspath.
1736 // Specifying `host_supported: true` will produce two variants, one compiled against the device bootclasspath and one
1737 // compiled against the host bootclasspath.
1758 // compiled against the host bootclasspath.
1960 // compiled against a host bootclasspath.