From 847b222d87865371590ff7587ae1a7de8823ee47 Mon Sep 17 00:00:00 2001 From: Davor Bertovic Date: Sun, 30 Mar 2014 06:01:29 -0400 Subject: Revert "Fix dx test 034." This reverts commit 97abad3f39d624eebd827ae59a5bbdae64056f9a. Change-Id: I92ac54f2ad7c700e2e24baa42b6e6c52c348561c --- dx/src/com/android/dx/command/dexer/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3