aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-06-02 15:51:19 -0700
committerXavier Ducrohet <xav@android.com>2010-06-02 17:38:37 -0700
commit2e623920849ce79ad293557d21758add4aea95d8 (patch)
treebd11e7daa7b6c2329ba8de2285ee64a9e51ed902 /anttasks
parent117c674b81ef3dccca5e2d91d6d1372683d8966d (diff)
downloadsdk-2e623920849ce79ad293557d21758add4aea95d8.zip
sdk-2e623920849ce79ad293557d21758add4aea95d8.tar.gz
sdk-2e623920849ce79ad293557d21758add4aea95d8.tar.bz2
Add support for locale filters in multi-apk export.
Change-Id: Ia3faf7a6818de0e579cf491b139a41f4d379935e
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