Home | History | Annotate | Download | only in java

Lines Matching full:bootclasspath

169 func (j *javaBase) BootClasspath(ctx android.BaseContext) string {
203 bootClasspath := j.BootClasspath(ctx)
204 if bootClasspath != "" {
205 deps = append(deps, bootClasspath)
238 bootClasspath android.OptionalPath, classJarSpecs, resourceJarSpecs []jarSpec, aidlPreprocess android.OptionalPath,
244 if otherName == j.BootClasspath(ctx) {
245 bootClasspath = android.OptionalPathForPath(javaDep.ClasspathFile())
277 return classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
289 classpath, bootClasspath, classJarSpecs, resourceJarSpecs, aidlPreprocess,
308 if bootClasspath.Valid() {
309 flags.bootClasspath = "-bootclasspath " + bootClasspath.String()
310 javacDeps = append(javacDeps, bootClasspath.Path())