From bfbd1d82f4c25120a97840a1bd4787680823afd8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 5 Jun 2012 15:15:25 -0700 Subject: [PATCH] altosdroid: Add files necessary to build application Signed-off-by: Keith Packard --- altosdroid/build.properties | 1 + altosdroid/build.xml | 85 +++++++++++++++++++++++++++++++++++ altosdroid/project.properties | 11 +++++ 3 files changed, 97 insertions(+) create mode 100644 altosdroid/build.properties create mode 100644 altosdroid/build.xml create mode 100644 altosdroid/project.properties diff --git a/altosdroid/build.properties b/altosdroid/build.properties new file mode 100644 index 00000000..63d080cc --- /dev/null +++ b/altosdroid/build.properties @@ -0,0 +1 @@ +jar.libs.dir=../altoslib \ No newline at end of file diff --git a/altosdroid/build.xml b/altosdroid/build.xml new file mode 100644 index 00000000..6a89edbe --- /dev/null +++ b/altosdroid/build.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + 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 -- 2.30.2