aboutsummaryrefslogtreecommitdiffstats
path: root/files/ant
diff options
context:
space:
mode:
Diffstat (limited to 'files/ant')
-rw-r--r--files/ant/build.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 9387ff2..134a0a3 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -748,17 +748,14 @@
<!-- Updates the pre-processed PNG cache -->
<target name="-crunch">
- <!-- only crunch if *not* a library project -->
- <do-only-if-not-library elseText="Library project: do not optimize PNGs..." >
- <exec executable="${aapt}" taskName="crunch">
- <arg value="crunch" />
- <arg value="-v" />
- <arg value="-S" />
- <arg path="${resource.absolute.dir}" />
- <arg value="-C" />
- <arg path="${out.res.absolute.dir}" />
- </exec>
- </do-only-if-not-library>
+ <exec executable="${aapt}" taskName="crunch">
+ <arg value="crunch" />
+ <arg value="-v" />
+ <arg value="-S" />
+ <arg path="${resource.absolute.dir}" />
+ <arg value="-C" />
+ <arg path="${out.res.absolute.dir}" />
+ </exec>
</target>
<!-- Puts the project's resources into the output package file