diff options
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags index 6cc704cc0..577144b53 100644 --- a/proguard.flags +++ b/proguard.flags @@ -12,3 +12,8 @@ -keep class com.android.contacts.model.EntityDelta$ValuesDelta { public android.content.ContentValues getAfter(); } + +# Any methods whose name is '*ForTest' are preserved. +-keep class ** { + *** *ForTest(...); +}
\ No newline at end of file |