CustomCommandLine.Builder commandLine=CustomCommandLine.builder().addExecPath(STR0,inputJar).addExecPath(STR1,classesDex).addAll(DexArchiveAspect.mergerDexopts(ruleContext,dexopts)).addPrefixed(STR2,multidexStrategy); | CustomCommandLine.Builder commandLine=CustomCommandLine.builder().addExecPaths(VectorArg.addBefore(STR0).each(dexArchives)).addExecPath(STR1,classesDex).addAll(DexArchiveAspect.mergerDexopts(ruleContext,dexopts)).addPrefixed(STR2,multidexStrategy); | inputJar | VectorArg.addBefore(STR0).each(inputJar) | bazel | 9a2d3fe37e96f56c9ef1e6844bded0eb9ffabef9 | com.google.devtools.build.lib.rules.android.AndroidBinary | | | | | | Uses | False |