diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-04 20:33:49 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-04 20:33:49 -0800 |
| commit | 322a8560ff2b7f6847b11d14d6d7d93992ecdf95 (patch) | |
| tree | d9ca950a25a817be138ceee50536966e17c1460f /altosdroid/project.properties | |
| parent | ec48b388fc6c9b15d0d294296c212fe06ab8c6ed (diff) | |
altosdroid: Switch altosdroid build to ant
The package builder only works inside ant
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/project.properties')
| -rw-r--r-- | altosdroid/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/altosdroid/project.properties b/altosdroid/project.properties new file mode 100644 index 00000000..0a80e644 --- /dev/null +++ b/altosdroid/project.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=Google Inc.:Google APIs:10 |
