Home
last modified time | relevance | path

Searched refs:implementationAndResourcesJar (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dandroidmk.go36 output = library.implementationAndResourcesJar
52 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
117 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", library.implementationAndResourcesJar)
269 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", binary.implementationAndResourcesJar)
323 if app.implementationAndResourcesJar != nil {
324 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", app.implementationAndResourcesJar)
Djava.go429 implementationAndResourcesJar android.Path member
520 return android.Paths{j.implementationAndResourcesJar}, nil
1637 implementationAndResourcesJar := outputFile
1639 jars := android.Paths{j.resourceJar, implementationAndResourcesJar}
1643 implementationAndResourcesJar = combinedJar
1646 j.implementationAndResourcesJar = implementationAndResourcesJar
1702 outputFile = implementationAndResourcesJar
1871 if j.implementationAndResourcesJar == nil {
1874 return android.Paths{j.implementationAndResourcesJar}
Drobolectric.go147 instrumentedApp.implementationAndResourcesJar,