move mention of chromium_build earlier

This commit is contained in:
Daniel Micay 2019-04-27 23:06:43 -04:00
parent 298faca01e
commit c34afa4a3f

View File

@ -111,6 +111,10 @@ cd ../..</pre>
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>You can obtain the proper configuration from the
<a href="https://github.com/GrapheneOS/chromium_build">
GrapheneOS chromium_build repository</a> including the correct version.</p>
<pre>mkdir chromium
cd chromium
fetch --nohooks android</pre>
@ -130,10 +134,6 @@ git am ../chromium_patches/*.patch</pre>
<pre>gn args out/Default</pre>
<p>You can obtain the proper configuration from the
<a href="https://github.com/GrapheneOS/chromium_build">
GrapheneOS chromium_build repository</a>.</p>
<p>To build Monochrome, which provides both Chromium and the WebView:</p>
<pre>ninja -C out/Default/ monochrome_public_apk</pre>