diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index ee43b90d..ff0bc974 100644 --- a/static/build.html +++ b/static/build.html @@ -150,8 +150,8 @@ cd ../..</pre> 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> + <a href="https://github.com/GrapheneOS/chromium_patches"> + GrapheneOS chromium_patches repository</a> in <code>args.gn</code> the correct version.</p> <pre>mkdir chromium cd chromium @@ -172,6 +172,9 @@ git am ../chromium_patches/*.patch</pre> <pre>gn args out/Default</pre> + <p>Copy the GrapheneOS configuration from <code>../args.gn</code> and save/exit the + editor.</p> + <p>To build Monochrome, which provides both Chromium and the WebView:</p> <pre>ninja -C out/Default/ monochrome_public_apk</pre> |
