Evan Charlton | 6de1445 | 2014-09-23 09:25:39 -0700 | [diff] [blame] | 1 | -verbose |
Evan Charlton | 6de1445 | 2014-09-23 09:25:39 -0700 | [diff] [blame] | 2 | -keep @com.android.internal.annotations.VisibleForTesting class * |
Ruijie Bai | 20e4995 | 2017-12-25 10:55:48 +0800 | [diff] [blame^] | 3 | -keep public class * extends android.widget.ListView { |
| 4 | public *; |
| 5 | } |
Ihab Awad | 8de7691 | 2015-02-17 12:25:52 -0800 | [diff] [blame] | 6 | -keep class com.android.server.telecom.TelecomSystem { |
| 7 | *; |
| 8 | } |
Brad Ebinger | a3eccfe | 2016-10-05 15:45:22 -0700 | [diff] [blame] | 9 | -keep class android.telecom.Log { |
Ihab Awad | 8de7691 | 2015-02-17 12:25:52 -0800 | [diff] [blame] | 10 | *; |
| 11 | } |