OSDN Git Service

Remove temporary disabling of proguard during ADT export.
authorXavier Ducrohet <xav@android.com>
Fri, 22 Oct 2010 17:53:21 +0000 (10:53 -0700)
committerXavier Ducrohet <xav@android.com>
Fri, 22 Oct 2010 17:53:21 +0000 (10:53 -0700)
Change-Id: Iadff55b838b7317f9dcc518d5246a2889f7a5f39

eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ExportHelper.java

index 0cfd84f..cdfe3b3 100644 (file)
@@ -181,7 +181,7 @@ public final class ExportHelper {
                         new File(project.getLocation().toFile(), SdkConstants.FD_PROGUARD));
 
                 // dx input is proguard's output
-                dxInput = new String[] { inputJar/*obfuscatedJar*/.getAbsolutePath() };
+                dxInput = new String[] { obfuscatedJar.getAbsolutePath() };
             } else {
                 // no proguard, simply get all the compiled code path: project output(s) +
                 // jar file(s)