From 4b33b8bf8b1f2b5ac4cfcf1f40f11400109f91fa Mon Sep 17 00:00:00 2001 From: Davor Bertovic Date: Tue, 1 Apr 2014 11:19:11 -0400 Subject: Revert "Revert "Fix dx test 034."" This reverts commit 847b222d87865371590ff7587ae1a7de8823ee47. Change-Id: I5587003b33c674465af1643e484de9a589eae1d7 --- 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 d4c396903..947bd4178 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()) { + if (!outputDex.isEmpty() || (args.humanOutName != null)) { outArray = writeDex(); if (outArray == null) { -- cgit v1.2.3