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> <a href="#browser-and-webview">Browser and WebView</a>
</h2> </h2>
Before building GrapheneOS, you need to build Chromium for the WebView and <p>Before building GrapheneOS, you need to build Vanadium for the WebView and
<em>optionally</em> the standalone browser app. GrapheneOS uses a hardened fork of <em>optionally</em> the standalone browser app. Vanadium is a hardened fork of
Chromium for these. It needs to be rebuilt when Chromium is updated or the GrapheneOS Chromium developed and used by GrapheneOS. It needs to be rebuilt when Chromium is
<code>Vanadium</code> patches change. 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 <p>Chromium and the WebView are independent applications built from the Chromium
GrapheneOS Chromium build is located at external/vanadium and includes the WebView. 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"> <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. Chromium's Android build instructions</a> for details on obtaining the
prerequisites.</p>
<p>You can obtain the proper configuration from the <p>You can obtain the proper configuration from the
<a href="https://github.com/GrapheneOS/Vanadium"> <a href="https://github.com/GrapheneOS/Vanadium">