First run, disable Omaha updates, H264 ARM optimizations, revert deep/shadow CSS changes Rename patches with ordering prefix Move all patches in single directory for easier tracking
19 lines
817 B
Diff
19 lines
817 B
Diff
Author: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Thu Oct 26 17:05:31 2017 +0200
|
|
|
|
Use 64bit WebView processes
|
|
|
|
diff --git a/android_webview/apk/java/AndroidManifest.xml b/android_webview/apk/java/AndroidManifest.xml
|
|
--- a/android_webview/apk/java/AndroidManifest.xml
|
|
+++ b/android_webview/apk/java/AndroidManifest.xml
|
|
@@ -20,8 +20,7 @@
|
|
|
|
<application android:label="Android System WebView"
|
|
android:icon="@drawable/icon_webview"
|
|
- android:multiArch="true"
|
|
- android:use32bitAbi="true">
|
|
+ android:multiArch="true">
|
|
{# This part is shared between stand-alone WebView and Monochrome #}
|
|
{% macro common(manifest_package, webview_lib) %}
|
|
<meta-data android:name="com.android.webview.WebViewLibrary"
|