diff options
| -rw-r--r-- | dx/src/com/android/dx/command/dexer/Main.java | 2 |
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) { |
