Chromium Code Reviews| Index: components/cronet/android/cronet_impl_common_proguard.cfg |
| diff --git a/components/cronet/android/cronet_impl_common_proguard.cfg b/components/cronet/android/cronet_impl_common_proguard.cfg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0a753015e17855bb53010866f0e26614a901f652 |
| --- /dev/null |
| +++ b/components/cronet/android/cronet_impl_common_proguard.cfg |
| @@ -0,0 +1,6 @@ |
| +# Proguard config for apps that depends on cronet_impl_common_java.jar. |
| + |
| +# This constructor is called using the reflection from Cronet API (cronet_api.jar). |
| +-keep class org.chromium.net.impl.CronetEngineBuilderImpl { |
| + public <init>(android.content.Context); |
| +} |