diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-18 18:28:52 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-18 18:28:52 -0500 |
| commit | 27def62e171092b46c06aa7309bb896d0b09dd8f (patch) | |
| tree | fe7577a8e5c3a1ff043f12077cc143410a50a6f6 /static/build.html | |
| parent | a273c6f55039fb269a74e95c2629251018494be9 (diff) | |
update build instructions to Trichrome
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/static/build.html b/static/build.html index bda99e88..250b5346 100644 --- a/static/build.html +++ b/static/build.html @@ -606,22 +606,17 @@ git am --whitespace=nowarn ../*.patch</pre> x86_64, the correct value for <code>target_cpu</code> is <code>x64</code>, but note that the Android source tree refers to it as x86_64.</p> - <p>To build ChromeModernPublic, which provides the browser app:</p> + <p>Build the components:</p> - <pre>ninja -C out/Default/ chrome_modern_public_apk</pre> + <pre>ninja -C out/Default/ trichrome_webview_apk trichrome_chrome_bundle trichrome_library_apk</pre> - <p>The apk needs to be copied from <code>out/Default/apks/ChromeModernPublic.apk</code> - into the Android source tree at - <code>external/vanadium/prebuilt/arm64/ChromeModernPublic.apk</code> with arm64 - substituted with the correct value for other architectures (arm, x86, x86_64).</p> - - <p>To build SystemWebView, which provides the WebView:</p> + <p>Generate TrichromeChrome.apk from the bundle:</p> - <pre>ninja -C out/Default/ system_webview_apk</pre> + <pre>../generate_trichrome_apk.sh</pre> - <p>The apk needs to be copied from <code>out/Default/apks/SystemWebView.apk</code> + <p>The apks needs to be copied from <code>out/Default/apks/*.apk</code> into the Android source tree at - <code>external/chromium-webview/prebuilt/arm64/webview.apk</code> with arm64 + <code>external/vanadium/prebuilt/arm64/</code> with arm64 substituted with the correct value for other architectures (arm, x86, x86_64).</p> <p>WebView provider apps need to be whitelisted in |
