diff options
Diffstat (limited to 'static')
| -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 |
