Searched refs:implementationAndResourcesJar (Results 1 – 2 of 2) sorted by relevance
/build/soong/java/ |
D | androidmk.go | 34 fmt.Fprintln(w, "LOCAL_PREBUILT_MODULE_FILE :=", library.implementationAndResourcesJar.String()) 40 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", library.implementationAndResourcesJar.String()) 74 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", library.implementationAndResourcesJar.String()) 207 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", binary.implementationAndResourcesJar.String()) 258 if app.implementationAndResourcesJar != nil { 259 fmt.Fprintln(w, "LOCAL_SOONG_CLASSES_JAR :=", app.implementationAndResourcesJar.String())
|
D | java.go | 295 implementationAndResourcesJar android.Path member 1254 implementationAndResourcesJar := outputFile 1256 jars := android.Paths{implementationAndResourcesJar, j.resourceJar} 1260 implementationAndResourcesJar = combinedJar 1263 j.implementationAndResourcesJar = implementationAndResourcesJar 1305 outputFile = implementationAndResourcesJar 1423 if j.implementationAndResourcesJar == nil { 1426 return android.Paths{j.implementationAndResourcesJar}
|