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); | CustomCommandLine.builder().addExecPath(STR0,inputJar) | CustomCommandLine.builder().addExecPaths(VectorArg.addBefore(STR0).each(inputJar)) | bazel | 9a2d3fe37e96f56c9ef1e6844bded0eb9ffabef9 | com.google.devtools.build.lib.rules.android.AndroidBinary | | | TCIVar | inputJar |
---|
v1 | CustomCommandLine.builder() |
---|
v2 | STR0 |
---|
| - com.google.devtools.build.lib.analysis.actions.CustomCommandLine.VectorArg
| TCIVar | inputJar |
---|
v1 | CustomCommandLine.builder() |
---|
v2 | STR0 |
---|
| Uses | True |