aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavor Bertovic <davor@losinj.com>2014-03-30 06:01:29 -0400
committerDavor Bertovic <davor@losinj.com>2014-03-30 06:01:29 -0400
commit847b222d87865371590ff7587ae1a7de8823ee47 (patch)
tree4a3c55914aa5951f3bac28b0d1dab49b7dba9572
parent97abad3f39d624eebd827ae59a5bbdae64056f9a (diff)
Revert "Fix dx test 034."
This reverts commit 97abad3f39d624eebd827ae59a5bbdae64056f9a. Change-Id: I92ac54f2ad7c700e2e24baa42b6e6c52c348561c
-rw-r--r--dx/src/com/android/dx/command/dexer/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/command/dexer/Main.java b/dx/src/com/android/dx/command/dexer/Main.java
index 947bd4178..d4c396903 100644
--- a/dx/src/com/android/dx/command/dexer/Main.java
+++ b/dx/src/com/android/dx/command/dexer/Main.java
@@ -272,7 +272,7 @@ public class Main {
// this array is null if no classes were defined
byte[] outArray = null;
- if (!outputDex.isEmpty() || (args.humanOutName != null)) {
+ if (!outputDex.isEmpty()) {
outArray = writeDex();
if (outArray == null) {