diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-20 15:22:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-20 15:22:40 -0400 |
| commit | 43d48c57da606b9716cce8145b163daf94511121 (patch) | |
| tree | 2b9d0d3ed7462a4b208814daa5fe53f2bb28eb59 /static | |
| parent | 4200ed10ef07a717dc87a1ea3c5d6cfbb5347057 (diff) | |
refer to chromium_patches for build metadata
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> |
