From d40a2c28c50dbf265e538713aa826ce82ef8c65d Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 2 Oct 2012 15:05:19 +0400 Subject: [PATCH] Ant build.xml and deps added. --- android/service/engine/build.xml | 92 +++++++++++++++++++++++ android/service/engine/project.properties | 14 ++++ 2 files changed, 106 insertions(+) create mode 100644 android/service/engine/build.xml create mode 100644 android/service/engine/project.properties diff --git a/android/service/engine/build.xml b/android/service/engine/build.xml new file mode 100644 index 0000000000..a16a4fefba --- /dev/null +++ b/android/service/engine/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/service/engine/project.properties b/android/service/engine/project.properties new file mode 100644 index 0000000000..85aac54016 --- /dev/null +++ b/android/service/engine/project.properties @@ -0,0 +1,14 @@ +# 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 edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-8