aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/proguard.flags b/tests/proguard.flags
index e2a11a2..d9e855c 100644
--- a/tests/proguard.flags
+++ b/tests/proguard.flags
@@ -32,6 +32,9 @@
-keep interface junit.** { *; }
-keep interface org.junit.** { *; }
+# Keep compiled java classes from declared aidl's within the test package
+-keep public class * extends android.os.IInterface { *; }
+
# Don't warn about the Android Support Test JUnit Runner
-dontwarn android.support.**
-dontwarn android.test.**