| Index: testing/android/proguard_for_test.flags
|
| diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags
|
| index 45895d09233b800064c5cd567323fe1ff9708e69..54a8a81adc7e1d387533dc5aa7b0eac96144470f 100644
|
| --- a/testing/android/proguard_for_test.flags
|
| +++ b/testing/android/proguard_for_test.flags
|
| @@ -23,6 +23,13 @@
|
| *;
|
| }
|
|
|
| +# Keey any annotation used by tests for instrumentation runner to list out
|
| +# test annotation information
|
| +-keep @interface android.support.test.**
|
| +-keep @interface org.chromium.base.test.**
|
| +-keep @interface org.junit.**
|
| +-keep @interface android.test.**
|
| +
|
| # We have some "library class WebView depends on program class SslCertificate"
|
| # warnings, and they don't affect us.
|
| -dontwarn android.webkit.WebView*
|
|
|