summaryrefslogtreecommitdiff
path: root/nullwebview/proguard.flags
diff options
context:
space:
mode:
authorBo Liu <boliu@google.com>2014-11-07 09:48:04 -0800
committerBo Liu <boliu@google.com>2014-11-07 10:11:06 -0800
commitf74ac76333a8ba74c86175db30a6ebaa5fd57375 (patch)
treeddf934c9764318cc792d1fd000aed146c2be78bb /nullwebview/proguard.flags
parent7d62eab4ca242beacac4471c002e998ef5c218b8 (diff)
downloadwebview-f74ac76333a8ba74c86175db30a6ebaa5fd57375.tar.gz
Push m39 glue to chromium-dev
M39 sha1: 8a26cc6f7dd4d893790e7c4f13df901845ab045d This be built against android-5.0.0_r2 frameworks/base. Change-Id: I668b7279b706b7288de7b24cebdb20e2aad13912
Diffstat (limited to 'nullwebview/proguard.flags')
-rw-r--r--nullwebview/proguard.flags11
1 files changed, 11 insertions, 0 deletions
diff --git a/nullwebview/proguard.flags b/nullwebview/proguard.flags
new file mode 100644
index 0000000..a4021a6
--- /dev/null
+++ b/nullwebview/proguard.flags
@@ -0,0 +1,11 @@
+# Most of the flags in this file are duplicated to refer to both the pre- and
+# post-jarjar remapping versions of the class names. This enables the same
+# config file to be used whether jarjar is enabled or not.
+
+
+# Keep the factory and its public members; it's the main entry point used by the
+# framework.
+-keep class com.android.webview.nullwebview.NullWebViewFactoryProvider {
+ public *;
+}
+