Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DExportHelper.java228 Collection<String> dxInput; in exportReleaseApk() local
265 dxInput = Collections.singletonList(obfuscatedJar.getAbsolutePath()); in exportReleaseApk()
269 dxInput = helper.getCompiledCodePaths(); in exportReleaseApk()
274 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath()); in exportReleaseApk()