Fixed a typo in the Android build file.

git-svn-id: https://zxing.googlecode.com/svn/trunk@375 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2008-04-21 23:16:48 +00:00
parent f59ed95541
commit 1d2f419d38

View file

@ -62,7 +62,7 @@
<target name="init">
<tstamp/>
<fail message="Please set 'android-m5-home' in build.properties">
<fail message="Please set 'android-home' in build.properties">
<condition>
<not>
<available file="${android-home}" type="dir"/>