summaryrefslogtreecommitdiffstats
path: root/core/proguard_tests.flags
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-02-01 09:51:23 -0800
committerYing Wang <wangying@google.com>2010-02-11 13:41:10 -0800
commit3b2bdf10338fb048fc749ce9f65a77f917f7d304 (patch)
treeb2a6336fa594f8bd025448d178866964f8c45360 /core/proguard_tests.flags
parent769835e0d9e6c448b191c21a2f6c5b10d8537b23 (diff)
downloadbuild-3b2bdf10338fb048fc749ce9f65a77f917f7d304.zip
build-3b2bdf10338fb048fc749ce9f65a77f917f7d304.tar.gz
build-3b2bdf10338fb048fc749ce9f65a77f917f7d304.tar.bz2
Fix and enable proguard on packages.
Diffstat (limited to 'core/proguard_tests.flags')
-rw-r--r--core/proguard_tests.flags21
1 files changed, 21 insertions, 0 deletions
diff --git a/core/proguard_tests.flags b/core/proguard_tests.flags
new file mode 100644
index 0000000..f4063d6
--- /dev/null
+++ b/core/proguard_tests.flags
@@ -0,0 +1,21 @@
+# Keep everything for tests
+-dontshrink -dontobfuscate
+
+#-keep class * extends junit.framework.TestCase {
+# public void test*();
+#}
+
+#-keepclasseswithmembers class * {
+# public static void run();
+# public static junit.framework.Test suite();
+#}
+
+# some AllTests don't include run().
+#-keepclasseswithmembers class * {
+# public static junit.framework.Test suite();
+#}
+
+#-keep class * extends junit.framework.TestSuite
+#-keep class * extends android.app.Instrumentation
+#-keep class * extends android.test.TestSuiteProvider
+