commit | 0f3d5a1f6d3d2b0d425b033a856ec1d08e8db585 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Jun 30 15:57:52 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 30 15:57:52 2010 -0700 |
tree | 07549762050517c05255e8a1ec50748939545ab0 | |
parent | 134ef33c7203247ea2ad06246e5597dc734ebb49 [diff] | |
parent | 6d4d66fc31fe1bb61437b9ff6da9a400191f3070 [diff] |
Merge "Let Contacts refrain from stripping methods with the suffix ForTest."
diff --git a/proguard.flags b/proguard.flags index 6cc704c..577144b 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