16224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 26224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# Copyright (c) 2012 AndroidPlot.com. All rights reserved. 36224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 46224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# Redistribution and use of source without modification and derived binaries with or without modification, 56224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# are permitted provided that the following conditions are met: 66224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 76224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 1. Redistributions of source code must retain the above copyright notice, this list of 86224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# conditions and the following disclaimer. 96224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 106224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 2. Redistributions in binary form must reproduce the above copyright notice, this list 116224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# of conditions and the following disclaimer in the documentation and/or other materials 126224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# provided with the distribution. 136224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 146224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# THIS SOFTWARE IS PROVIDED BY ANDROIDPLOT.COM ``AS IS'' AND ANY EXPRESS OR IMPLIED 156224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 166224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANDROIDPLOT.COM OR 176224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 186224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 196224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 206224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 216224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 226224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 236224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 246224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# The views and conclusions contained in the software and documentation are those of the 256224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# authors and should not be interpreted as representing official policies, either expressed 266224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# or implied, of AndroidPlot.com. 276224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 286224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala 296224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# This file is automatically generated by Android Tools. 306224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# Do not modify this file -- YOUR CHANGES WILL BE ERASED! 316224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 326224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# This file must be checked in Version Control Systems. 336224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 346224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# To customize properties used by the Ant build system edit 356224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# "ant.properties", and override values to adapt the script to your 366224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# project structure. 376224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# 386224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 396224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala#proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt 406224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# using config with optimization enabled so that things like log statement removal will work: 416224eda509d436a575f801942337da92a6c18767Eino-Ville Talvalaproguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt 426224eda509d436a575f801942337da92a6c18767Eino-Ville Talvala# Project target. 436224eda509d436a575f801942337da92a6c18767Eino-Ville Talvalatarget=android-16 44