summaryrefslogtreecommitdiffstats
path: root/tests/SharedLibrary/lib/proguard.proguard
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SharedLibrary/lib/proguard.proguard')
-rw-r--r--tests/SharedLibrary/lib/proguard.proguard7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/SharedLibrary/lib/proguard.proguard b/tests/SharedLibrary/lib/proguard.proguard
new file mode 100644
index 0000000..e5dfbe1
--- /dev/null
+++ b/tests/SharedLibrary/lib/proguard.proguard
@@ -0,0 +1,7 @@
+-keepparameternames
+-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
+ SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
+
+-keep public class * {
+ public protected *;
+}