Chromium Code Reviews| Index: components/cronet/android/test/proguard.cfg |
| diff --git a/components/cronet/android/test/proguard.cfg b/components/cronet/android/test/proguard.cfg |
| index 6b5ce51a0d67baab38b6d19f895f8db276dcbd8f..8beae8ec176dd6df3ff6fb666dde283bb2e192d9 100644 |
| --- a/components/cronet/android/test/proguard.cfg |
| +++ b/components/cronet/android/test/proguard.cfg |
| @@ -20,3 +20,6 @@ |
| -keep class org.chromium.base.test.util.** |
| -keep class org.chromium.net.TestFilesInstaller |
| -keep class org.chromium.net.MetricsTestUtil |
| + |
| +# A netty-tcnative class that is only called from the native code. |
| +-keep class org.apache.tomcat.jni.CertificateRequestedCallback$KeyMaterial { *; } |
|
mef
2017/04/27 18:54:19
nit: maybe move it up to io.netty classes and add
kapishnikov
2017/04/27 19:45:08
I re-ran the tests and it looks that this "keep" w
|