From 6e26efbcebdfbddabf4f8539b104c30327f62300 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 1 Nov 2011 16:17:49 +0100 Subject: generated with android update project -p . -t 1 --- vdrmanager/build.xml | 85 ++++++++++++++++++++++++++++++++++++++ vdrmanager/local.properties-RENAME | 11 +++++ vdrmanager/proguard.cfg | 40 ++++++++++++++++++ 3 files changed, 136 insertions(+) create mode 100644 vdrmanager/build.xml create mode 100644 vdrmanager/local.properties-RENAME create mode 100644 vdrmanager/proguard.cfg diff --git a/vdrmanager/build.xml b/vdrmanager/build.xml new file mode 100644 index 0000000..905ccef --- /dev/null +++ b/vdrmanager/build.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vdrmanager/local.properties-RENAME b/vdrmanager/local.properties-RENAME new file mode 100644 index 0000000..234f7c0 --- /dev/null +++ b/vdrmanager/local.properties-RENAME @@ -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 *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. +#ADD Here your sdk manager locatione. This is for gentoo +sdk.dir=/opt/android-sdk-update-manager diff --git a/vdrmanager/proguard.cfg b/vdrmanager/proguard.cfg new file mode 100644 index 0000000..b1cdf17 --- /dev/null +++ b/vdrmanager/proguard.cfg @@ -0,0 +1,40 @@ +-optimizationpasses 5 +-dontusemixedcaseclassnames +-dontskipnonpubliclibraryclasses +-dontpreverify +-verbose +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* + +-keep public class * extends android.app.Activity +-keep public class * extends android.app.Application +-keep public class * extends android.app.Service +-keep public class * extends android.content.BroadcastReceiver +-keep public class * extends android.content.ContentProvider +-keep public class * extends android.app.backup.BackupAgentHelper +-keep public class * extends android.preference.Preference +-keep public class com.android.vending.licensing.ILicensingService + +-keepclasseswithmembernames class * { + native ; +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet, int); +} + +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + +-keepclassmembers enum * { + public static **[] values(); + public static ** valueOf(java.lang.String); +} + +-keep class * implements android.os.Parcelable { + public static final android.os.Parcelable$Creator *; +} -- cgit v1.2.3