Commit c2b36a5a authored by Sam Maier's avatar Sam Maier Committed by Commit Bot

Removed Webview keeps from main dex rules

Since Webview is only shipped on L+, it shouldn't matter which dex file webview
is found in. These keeps prevent optimizations happening across the main dex
boundary, so it is preferred to remove.

Bug: 887942
Change-Id: I1b40c4537b0d5246ec4b3de3f622637fe688900b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598316
Auto-Submit: Sam Maier <smaier@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657264}
parent 4ad77ec8
...@@ -29,15 +29,6 @@ ...@@ -29,15 +29,6 @@
*; *;
} }
# WebView doesn't load secondary dex.
-keep public class com.android.webview.** {
*;
}
-keep public class org.chromium.android_webview.** {
*;
}
# Used by tests for secondary dex extraction. # Used by tests for secondary dex extraction.
-keep class android.support.v4.content.ContextCompat { -keep class android.support.v4.content.ContextCompat {
*; *;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment