mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Tiny clarification to build
git-svn-id: https://zxing.googlecode.com/svn/trunk@1082 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
7f428a3a9b
commit
0a26db6e5a
|
@ -185,8 +185,9 @@ limitations under the License.
|
|||
</classpath>
|
||||
</javac>
|
||||
|
||||
<!-- Optimize with ProGuard -->
|
||||
<unzip src="../core/core.jar" dest="${out-classes}" overwrite="true"/>
|
||||
|
||||
<!-- Optimize with ProGuard; can comment out this section to disable it -->
|
||||
<mkdir dir="optimized"/>
|
||||
<property name="libraryjars.path" refid="android.target.classpath"/>
|
||||
<java jar="${WTK-home}/bin/proguard.jar" fork="true" failonerror="true">
|
||||
|
@ -207,6 +208,7 @@ limitations under the License.
|
|||
</java>
|
||||
<delete dir="${out-classes}"/>
|
||||
<move file="optimized" tofile="${out-classes}"/>
|
||||
<!-- End optimization -->
|
||||
</target>
|
||||
|
||||
<!-- Convert this project's .class files into .dex files. -->
|
||||
|
|
Loading…
Reference in a new issue