Home | History | Annotate | Download | only in java

Lines Matching refs:javac

92 	// list of module-specific flags that will be used for javac compiles
110 // If not blank, set the java version passed to javac as -source and -target
127 // The number of Java source entries each Javac instance can process
137 // List of javac flags that should only be used when passing -source 1.9
169 // List of javac flags that should only be used when running errorprone.
320 // list of .java files and srcjars that was passed to javac
868 // javac flags.
930 // (javac doesn't seem to expand into symbolc links when searching for patch-module targets, so
1033 // Disable annotation processing in javac, it's already been handled by kapt
1044 // Make javac rule depend on the kotlinc rule
1047 // Jar kotlin classes into the final jar after javac
1054 // Store the list of .java files that was passed to javac
1093 classes := android.PathForModuleOut(ctx, "javac", jarName+strconv.Itoa(idx))
1099 classes := android.PathForModuleOut(ctx, "javac", jarName+strconv.Itoa(len(shardSrcs)))
1104 classes := android.PathForModuleOut(ctx, "javac", jarName)
1202 TransformJarsToJar(ctx, combinedJar, "for javac", jars, manifest,