commit | bfb1d366d43f87d84de8fae86e58d69fa5efe45b | [log] [tgz] |
---|---|---|
author | John Shao <johnshao@google.com> | Fri Feb 03 16:46:19 2017 -0800 |
committer | John Shao <johnshao@google.com> | Fri Feb 03 16:46:19 2017 -0800 |
tree | 94cbbb8710b0087eec4b22f85ee95d5032d9cdf6 | |
parent | f0eecb91b3802e37960417b5992e3cf7b9551d65 [diff] |
Fix classnotfound when unmarshalling suggestions Add proguard rule keeping parcelables Test: installGoogleRelease and verify error is gone Bug: 34127945 Change-Id: I186624d78e708e8d758adf59dfbe8c33c4c84215
diff --git a/proguard.flags b/proguard.flags index e59e8e8..c71cc1c 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -1,5 +1,7 @@ -useuniqueclassmembernames +-keep class * implements android.os.Parcelable { *; } + -keep class com.android.contacts.model.Sources { public <init>(...); }