From 025eb09b5de9b50de143da9f36bc02818e018ba9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 22 Feb 2012 23:39:01 +1300 Subject: Build Android local.properties from local.properties.in Make sure the SDK path is set correctly Signed-off-by: Keith Packard --- altosdroid/local.properties.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 altosdroid/local.properties.in (limited to 'altosdroid') diff --git a/altosdroid/local.properties.in b/altosdroid/local.properties.in new file mode 100644 index 00000000..14df0494 --- /dev/null +++ b/altosdroid/local.properties.in @@ -0,0 +1,10 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must *NOT* be checked in Version Control Systems, +# as it contains information specific to your local configuration. + +# location of the SDK. This is only used by Ant +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=@ANDROID_SDK@ -- cgit v1.2.3