Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: components/cronet/android/proguard_platform.cfg

Issue 2540773003: [Cronet] Add proguard files for different Cronet packaging (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/cronet/android/proguard_platform.cfg
diff --git a/components/cronet/android/proguard_platform.cfg b/components/cronet/android/proguard_platform.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..a64b910ece1ca56f6614eb987ab9f8d87164646f
--- /dev/null
+++ b/components/cronet/android/proguard_platform.cfg
@@ -0,0 +1,7 @@
+# Proguard config for apps that depends on cronet_impl_platform_java.jar.
+
+# This constructor is called using the reflection from the Cronet common
+# implementation (cronet_impl_platform_java.jar).
+-keep class org.chromium.net.impl.JavaCronetEngine {
+ public <init>(java.lang.String);
+}
« components/cronet/android/BUILD.gn ('K') | « components/cronet/android/proguard_native.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698