mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Issue 1156 use ANDROID_HOME system property
git-svn-id: https://zxing.googlecode.com/svn/trunk@2209 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
b8b80aebf6
commit
b43bea0376
|
@ -54,8 +54,7 @@
|
|||
</developers>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<!-- I wish the project properties plugin could be used here -->
|
||||
<android-home>/Users/srowen/Applications/android-sdk-mac_x86/</android-home>
|
||||
<android-home>${env.ANDROID_HOME}</android-home>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue