From ab75dd3bb19fa67ba536a9b397adf8e8c46f0d8c Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Thu, 9 Aug 2012 13:21:37 -0400 Subject: [PATCH] Added files needed to build with ant --- ExceptionHandlerLib/AndroidManifest.xml | 2 +- ExceptionHandlerLib/build.xml | 92 ++++++++++++++++++++++++ ExceptionHandlerLib/local.properties | 10 +++ ExceptionHandlerLib/proguard-project.txt | 20 ++++++ 4 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 ExceptionHandlerLib/build.xml create mode 100644 ExceptionHandlerLib/local.properties create mode 100644 ExceptionHandlerLib/proguard-project.txt diff --git a/ExceptionHandlerLib/AndroidManifest.xml b/ExceptionHandlerLib/AndroidManifest.xml index b78863a..3fae2c8 100644 --- a/ExceptionHandlerLib/AndroidManifest.xml +++ b/ExceptionHandlerLib/AndroidManifest.xml @@ -5,7 +5,7 @@ android:versionName="1.0" > diff --git a/ExceptionHandlerLib/build.xml b/ExceptionHandlerLib/build.xml new file mode 100644 index 0000000..56e06fe --- /dev/null +++ b/ExceptionHandlerLib/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ExceptionHandlerLib/local.properties b/ExceptionHandlerLib/local.properties new file mode 100644 index 0000000..6b6d332 --- /dev/null +++ b/ExceptionHandlerLib/local.properties @@ -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 into 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=/app/android-sdk-linux_86 diff --git a/ExceptionHandlerLib/proguard-project.txt b/ExceptionHandlerLib/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/ExceptionHandlerLib/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#}