Fixed a bad build target, and added two missing packages.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 10 Mar 2009 17:10:19 +0000 (17:10 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 10 Mar 2009 17:10:19 +0000 (17:10 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@884 59b500cc-1b3d-0410-9834-0bbf25fbcc57

build.xml

index 8b5d120..091f843 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,9 @@
     <ant dir="javame" target="build"/>
     <ant dir="javase" target="build"/>
     <ant dir="bug" target="build"/>
-    <ant dir="android" target="package"/>
+    <ant dir="android" target="debug-optimized"/>
+    <ant dir="androidtest" target="debug-optimized"/>
+    <ant dir="android-integration" target="build"/>
     <ant dir="rim" target="build"/>
     <ant dir="zxingorg" target="build"/>
   </target>