Lines Matching refs:binary
264 func (binary *Binary) AndroidMkEntries() []android.AndroidMkEntries {
266 if !binary.isWrapperVariant {
269 OutputFile: android.OptionalPathForPath(binary.outputFile),
273 entries.SetPath("LOCAL_SOONG_HEADER_JAR", binary.headerJarFile)
274 entries.SetPath("LOCAL_SOONG_CLASSES_JAR", binary.implementationAndResourcesJar)
275 if binary.dexJarFile != nil {
276 entries.SetPath("LOCAL_SOONG_DEX_JAR", binary.dexJarFile)
278 if len(binary.dexpreopter.builtInstalled) > 0 {
279 entries.SetString("LOCAL_SOONG_BUILT_INSTALLED", binary.dexpreopter.builtInstalled)
290 outputFile := binary.wrapperFile
293 if binary.Host() {
294 outputFile = binary.binaryFile