mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
f59ed95541
commit
1d2f419d38
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue