Set proguard flags

Without it, email won't work properly and many of tests will fail.

Bug 2482363
This commit is contained in:
Makoto Onuki 2010-03-02 14:03:08 -08:00
parent 4577f71f76
commit 20f09c16b5
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,8 @@ LOCAL_JAVA_STATIC_LIBRARIES := android-common
LOCAL_PACKAGE_NAME := Email
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
include $(BUILD_PACKAGE)
# additionally, build unit tests in a separate .apk

View File

@ -153,3 +153,7 @@
-keep class com.android.email.mail.Flag
-keepclasseswithmembers class com.android.email.mail.PackedString$Builder {
<init>(...);
*** get(...);
}