Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
prebuilt/ | 22-Nov-2023 | - | ||||
.git | D | 01-Jan-1970 | 0 | |||
Android.mk | D | 22-Nov-2023 | 1.4 KiB | 42 | 18 | |
CleanSpec.mk | D | 22-Nov-2023 | 2.5 KiB | 53 | 3 | |
README | D | 22-Nov-2023 | 962 | 26 | 16 |
README
1Building the Chromium-based WebView in AOSP is no longer supported. WebView can 2now be built entirely from the Chromium source code. 3 4General instructions for building WebView from Chromium: 5https://www.chromium.org/developers/how-tos/build-instructions-android-webview 6 7------ 8 9The prebuilt libwebviewchromium.so included in these APKs is built from Chromium 10release tag 44.0.2403.114. To match our build settings, set: 11 12GYP_DEFINES="OS=android release_unwind_tables=0 buildtype=Official chrome_build_id='2e7c7a0f-c733-4b9a-9c8e-d3cf0938369b'" 13 14in your environment before running build/gyp_chromium. 15 16------ 17 18Due to WebView API changes in the M release, the Java code in the Chromium 2403 19branch is not compatible with M. We'll be working on upstreaming the M-specific 20Java changes to Chromium once the final M SDK is released. 21 22------ 23 24For questions about building WebView, please see 25https://groups.google.com/a/chromium.org/forum/#!forum/android-webview-dev 26