bb68c13afa
This reduces the tombstone down by 100K A follow-on cl will remove the unused resources from the tombstone build Bug: 17414014 Change-Id: I5d38811b17a5273ec726e750ab123e10e36cee04
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
#Email-specific proguard flags that are not covered by UnifiedEmail go here
|
|
|
|
-keepclasseswithmembers class * {
|
|
public *** newInstance(com.android.emailcommon.provider.Account, android.content.Context);
|
|
}
|
|
|
|
-keepclasses class com.android.email.activity.setup.AccountSetupFinal
|