summaryrefslogtreecommitdiff
path: root/chromium/proguard.flags
diff options
context:
space:
mode:
authorSelim Gurun <sgurun@google.com>2014-08-13 18:12:28 -0700
committerSelim Gurun <sgurun@google.com>2014-08-15 00:00:52 +0000
commit074f227d175b9e70783dc939555ee89005642977 (patch)
treeecb7d9e5d3ae5f4401195a525942f9ec4b869ddb /chromium/proguard.flags
parent798eef952efe49826b17dcf9f3bf27e4731188cf (diff)
downloadwebview-074f227d175b9e70783dc939555ee89005642977.tar.gz
Do not read DRP key from GServices
Bug: 12492817 In L-preview, we temporarily used GServices to read DRP key. remove this mechanism and embed the key into the apk. Change-Id: Id94ac1348e615a8fa5a21c9e4a5bd43399821e46
Diffstat (limited to 'chromium/proguard.flags')
-rw-r--r--chromium/proguard.flags5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/proguard.flags b/chromium/proguard.flags
index 8381c4a..6401a8c 100644
--- a/chromium/proguard.flags
+++ b/chromium/proguard.flags
@@ -67,6 +67,11 @@
-keep class com.android.org.chromium.android_webview.AwBrowserContext
-keep class com.android.org.chromium.base.library_loader.Linker$LibInfo
+# Keep this class and members as accessed via reflection
+-keep class com.android.webview.chromium.Drp {
+ public *;
+}
+
# Keep finalizer stuff from google-common used via reflection
-keepclassmembers class com.android.org.chromium.com.google.common.** {
*** finalizeReferent();