Searched refs:dxInput (Results 1 – 1 of 1) sorted by relevance
228 Collection<String> dxInput; in exportReleaseApk() local265 dxInput = Collections.singletonList(obfuscatedJar.getAbsolutePath()); in exportReleaseApk()269 dxInput = helper.getCompiledCodePaths(); in exportReleaseApk()274 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath()); in exportReleaseApk()