我正在寻找Chromium引擎的发行说明,它被作为android webview的一部分支持。
谢谢, Mayank
答案 0 :(得分:0)
也许您可以在external/chromium-webview/
的android源代码中引用README文件,如下所示:
http://androidxref.com/7.0.0_r1/xref/external/chromium-webview/
Building the Chromium-based WebView in AOSP is no longer supported. WebView can
now be built entirely from the Chromium source code.
General instructions for building WebView from Chromium:
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:
target_os="android"
is_debug=false
is_official_build=true
is_chrome_branded=false
use_official_google_api_keys=false
exclude_unwind_tables=true
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
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.
------
For questions about building WebView, please see
https://groups.google.com/a/chromium.org/forum/#!forum/android-webview-dev