update Vanadium section

This commit is contained in:
Daniel Micay 2019-09-27 04:29:09 -04:00
parent 50756f6d3d
commit 7c58af5b6d

View File

@ -275,16 +275,18 @@ cd ../..</pre>
<a href="#browser-and-webview">Browser and WebView</a>
</h2>
Before building GrapheneOS, you need to build Chromium for the WebView and
<em>optionally</em> the standalone browser app. GrapheneOS uses a hardened fork of
Chromium for these. It needs to be rebuilt when Chromium is updated or the GrapheneOS
<code>Vanadium</code> patches change.
<p>Before building GrapheneOS, you need to build Vanadium for the WebView and
<em>optionally</em> the standalone browser app. Vanadium is a hardened fork of
Chromium developed and used by GrapheneOS. It needs to be rebuilt when Chromium is
updated or the GrapheneOS <code>Vanadium</code> patches are changed.</p>
Chromium and the WebView are independent applications built from the Chromium source tree. The
GrapheneOS Chromium build is located at external/vanadium and includes the WebView.
<p>Chromium and the WebView are independent applications built from the Chromium
source tree. The GrapheneOS Chromium build is located at external/vanadium and
includes the WebView.</p>
See <a href="https://www.chromium.org/developers/how-tos/android-build-instructions">
Chromium's Android build instructions</a> for details on obtaining the prerequisites.
<p>See <a href="https://www.chromium.org/developers/how-tos/android-build-instructions">
Chromium's Android build instructions</a> for details on obtaining the
prerequisites.</p>
<p>You can obtain the proper configuration from the
<a href="https://github.com/GrapheneOS/Vanadium">