Searched refs:implementationAndResourcesJar (Results 1 – 3 of 3) sorted by relevance
36 output = library.implementationAndResourcesJar52 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)
429 implementationAndResourcesJar android.Path member520 return android.Paths{j.implementationAndResourcesJar}, nil1637 implementationAndResourcesJar := outputFile1639 jars := android.Paths{j.resourceJar, implementationAndResourcesJar}1643 implementationAndResourcesJar = combinedJar1646 j.implementationAndResourcesJar = implementationAndResourcesJar1702 outputFile = implementationAndResourcesJar1871 if j.implementationAndResourcesJar == nil {1874 return android.Paths{j.implementationAndResourcesJar}
147 instrumentedApp.implementationAndResourcesJar,