aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks
diff options
context:
space:
mode:
Diffstat (limited to 'anttasks')
-rw-r--r--anttasks/src/com/android/ant/MultiApkExportTask.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/anttasks/src/com/android/ant/MultiApkExportTask.java b/anttasks/src/com/android/ant/MultiApkExportTask.java
index fd33b92..d22b1e1 100644
--- a/anttasks/src/com/android/ant/MultiApkExportTask.java
+++ b/anttasks/src/com/android/ant/MultiApkExportTask.java
@@ -205,7 +205,8 @@ public class MultiApkExportTask extends Task {
fileSet.setIncludes("build.xml");
subAnt.addFileset(fileSet);
-// subAnt.setVerbose(true);
+ // TODO: send the verbose flag from the main build.xml to the subAnt project.
+ //subAnt.setVerbose(true);
if (mTarget == Target.RELEASE) {
// only do the compilation part if it's the first time we export