Don't build android modules from the top level; they're not really supported by Android yet as build artifacts

git-svn-id: https://zxing.googlecode.com/svn/trunk@2930 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-11-29 12:21:40 +00:00
parent 7404c8926f
commit e429d205dc

View file

@ -45,8 +45,11 @@
<module>android-integration</module>
<module>zxing.appspot.com</module>
<module>zxingorg</module>
<!-- Don't build yet until Android is really present in Maven -->
<!--
<module>android</module>
<module>androidtest</module>
-->
<module>glass-mirror</module>
</modules>