summaryrefslogtreecommitdiffstats
path: root/testapps/customViewTest/libWithCustomView/proguard.cfg
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2018-10-24 18:48:35 -0700
committerGreg Hartman <ghartman@google.com>2018-10-24 18:48:35 -0700
commit8af14a4c74e8b456389545b5401d0a4d64f0d6bb (patch)
tree939cb89f49f840f04cbc4ddde75333ccf06b0d1f /testapps/customViewTest/libWithCustomView/proguard.cfg
parent182e4691d1c5e724fc60ed94b6de8a3356018cb6 (diff)
parent246ae79db48d3570818277fa45d3265736cb804c (diff)
downloaddevice_generic_opengl-transport-8af14a4c74e8b456389545b5401d0a4d64f0d6bb.tar.gz
device_generic_opengl-transport-8af14a4c74e8b456389545b5401d0a4d64f0d6bb.tar.bz2
device_generic_opengl-transport-8af14a4c74e8b456389545b5401d0a4d64f0d6bb.zip
Merging from ab/5068661
BUG: 117514054 Test: TH Change-Id: I2fe8bc306369d45939b50d21aa6516882ca0d049
Diffstat (limited to 'testapps/customViewTest/libWithCustomView/proguard.cfg')
-rw-r--r--testapps/customViewTest/libWithCustomView/proguard.cfg40
1 files changed, 0 insertions, 40 deletions
diff --git a/testapps/customViewTest/libWithCustomView/proguard.cfg b/testapps/customViewTest/libWithCustomView/proguard.cfg
deleted file mode 100644
index b1cdf17b5..000000000
--- a/testapps/customViewTest/libWithCustomView/proguard.cfg
+++ /dev/null
@@ -1,40 +0,0 @@
--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 <methods>;
-}
-
--keepclasseswithmembers class * {
- public <init>(android.content.Context, android.util.AttributeSet);
-}
-
--keepclasseswithmembers class * {
- public <init>(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 *;
-}