From 20f09c16b5b6e87c95546650e0f46177ff2248ef Mon Sep 17 00:00:00 2001 From: Makoto Onuki Date: Tue, 2 Mar 2010 14:03:08 -0800 Subject: Set proguard flags Without it, email won't work properly and many of tests will fail. Bug 2482363 --- proguard.flags | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proguard.flags') diff --git a/proguard.flags b/proguard.flags index 9e23353ed..718360509 100644 --- a/proguard.flags +++ b/proguard.flags @@ -153,3 +153,7 @@ -keep class com.android.email.mail.Flag +-keepclasseswithmembers class com.android.email.mail.PackedString$Builder { + (...); + *** get(...); +} -- cgit v1.2.3