summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags12
1 files changed, 12 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 10fd77b6b..9d477262a 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -45,3 +45,15 @@
*** closeSilently(...);
}
+-keepclasseswithmembernames class * {
+ native <methods>;
+}
+
+-keep class * {
+ public <methods>;
+ public <fields>;
+ private <methods>;
+ private <fields>;
+}
+
+-keep class android.renderscript.** { *; }