diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:06:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-27 23:06:43 -0400 |
| commit | c34afa4a3f20ca448f7ecc82753cf943f9ffad7a (patch) | |
| tree | 58cef814a50d50c24983bdb20b67c880362e2db4 /static | |
| parent | 298faca01ed7eb414db4773c34174f19543988ca (diff) | |
move mention of chromium_build earlier
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index c56b8ef5..3749713a 100644 --- a/static/build.html +++ b/static/build.html @@ -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> |
