commit | d9db64ae6c9b3cf91f8a98112e3b8f73eb77c7f3 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Wed Dec 01 15:21:13 2010 -0800 |
committer | Ying Wang <wangying@google.com> | Wed Dec 01 15:21:13 2010 -0800 |
tree | bf4dcc92668d6144dc9b1e04f2f1d738cb19e5da | |
parent | 1e2232da2fec5a032931494974d4318506cbf1db [diff] |
Fix proguard options. Change-Id: I0b97bddc8c53f02a22b5c392f91a8b2709cb0ffb
diff --git a/proguard.flags b/proguard.flags index 957cfa3..3f2f6e1 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -1,5 +1,5 @@ -keep class com.android.providers.contacts.ContactsDatabaseHelper { - * <init>(...); + <init>(...); } # Any methods whose name is '*ForTest' are preserved.