aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Mineer <amineer@google.com>2017-05-18 14:06:12 -0700
committerAlex Mineer <amineer@google.com>2017-05-18 14:06:12 -0700
commitdd49e6d2357aa1211a93f8e1dc98e31e252ed1c9 (patch)
tree566267ada14c17a1f0e261d1cc171dfbc6c617d8 /README
parent2d931e82a4a2b721f1bd9c4473b09955b4896ff8 (diff)
downloadchromium-webview-dd49e6d2357aa1211a93f8e1dc98e31e252ed1c9.tar.gz
WebView AOSP Integration Request - 58.0.3029.123
This build IS suitable for public release. arm package: name='com.android.webview' versionCode='303012300' versionName='58.0.3029.123' platformBuildVersionName='O' sdkVersion:'21' targetSdkVersion:'26' x86 package: name='com.android.webview' versionCode='302912310' versionName='58.0.3029.123' platformBuildVersionName='O' sdkVersion:'21' targetSdkVersion:'26' mips package: name='com.android.webview' versionCode='302912320' versionName='58.0.3029.123' platformBuildVersionName='O' sdkVersion:'21' targetSdkVersion:'26' arm_64 package: name='com.android.webview' versionCode='302912350' versionName='58.0.3029.123' platformBuildVersionName='O' sdkVersion:'21' targetSdkVersion:'26' x86_64 package: name='com.android.webview' versionCode='302912360' versionName='58.0.3029.123' platformBuildVersionName='O' sdkVersion:'21' targetSdkVersion:'26' Bug: 32918592 Bug: 38346275 Test: Standard WebView release validation Change-Id: Ied60a6d7abf0c413c76ef2a44ec8ea73970eb569
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 57224c1..8edfe01 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ https://www.chromium.org/developers/how-tos/build-instructions-android-webview
------
The prebuilt libwebviewchromium.so included in these APKs is built from Chromium
-release tag 58.0.3029.108, using the GN build tool. To match our build settings, set:
+release tag 58.0.3029.123, using the GN build tool. To match our build settings, set:
target_os="android"
is_debug=false
@@ -24,9 +24,9 @@ in your GN argument file before building.
------
-Due to WebView API changes in the O release, the Java code in the Chromium 3029
-branch is not compatible with O. We'll be working on upstreaming the O-specific
-Java changes to Chromium once the final O SDK is released.
+Due to WebView API changes in the O release, the Java code in the Chromium
+3029_108 branch is not compatible with O. We'll be working on upstreaming
+the O-specific Java changes to Chromium once the final O SDK is released.
------