aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Mineer <amineer@google.com>2016-08-15 23:40:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-15 23:40:20 +0000
commit1cebd6bab9e9d899beb32c3acb5d6e0975fffbeb (patch)
treed245a464a779fc9b3f911e217cb413c02d963256 /README
parent2d6edef7b111318e4872144f8ea2d3d3e7ef8f93 (diff)
parent5b2e1c83f28101bd64b04a67fc011db7e278f21e (diff)
downloadchromium-webview-1cebd6bab9e9d899beb32c3acb5d6e0975fffbeb.tar.gz
WebView AOSP Integration Request - 52.0.2743.100
am: 5b2e1c83f2 Change-Id: I957a6a51c7445673949636464f196170be69e724
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 7586d68..febe77c 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 51.0.2704.91, using the GN build tool (not the older GYP tool). To match our build settings, set:
+release tag 52.0.2743.100, using the GN build tool (not the older GYP tool). To match our build settings, set:
target_os="android"
is_debug=false
@@ -19,13 +19,12 @@ enable_resource_whitelist_generation=true
ffmpeg_branding="Chrome"
proprietary_codecs=true
enable_remoting=true
-android_chrome_build_id="c212fd71-e1d3-4b49-9f08-878f16747dd9"
in your GN argument file before building.
------
-Due to WebView API changes in the N release, the Java code in the Chromium 2704_81
+Due to WebView API changes in the N release, the Java code in the Chromium 2743_91
branch is not compatible with N. We'll be working on upstreaming the N-specific
Java changes to Chromium once the final N SDK is released.