diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-20 15:32:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-20 15:32:05 -0400 |
| commit | 7976cec45683add883ec06743be700b0e57ad718 (patch) | |
| tree | 46bc0ee0ac12d4b17aaab3959d797a9c9c0b79f2 /static | |
| parent | 43d48c57da606b9716cce8145b163daf94511121 (diff) | |
use merged Vanadium repository
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html index ff0bc974..5eafadf7 100644 --- a/static/build.html +++ b/static/build.html @@ -150,12 +150,15 @@ 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_patches"> - GrapheneOS chromium_patches repository</a> in <code>args.gn</code> the correct version.</p> + <a href="https://github.com/GrapheneOS/Vanadium"> + GrapheneOS Vanadium repository</a> in <code>args.gn</code> the correct version.</p> - <pre>mkdir chromium -cd chromium -fetch --nohooks android</pre> + <pre>git clone https://github.com/GrapheneOS/Vanadium.git +cd Vanadium</pre> + + <p>Fetch the Chromium sources:</p> + + <pre>fetch --nohooks android</pre> <p>Sync to the latest stable release for Android (replace $VERSION with the correct value):</p> @@ -164,9 +167,8 @@ fetch --nohooks android</pre> <p>Apply the GrapheneOS patches on top of the tagged release:</p> - <pre>git clone https://github.com/GrapheneOS/chromium_patches.git -cd src -git am ../chromium_patches/*.patch</pre> + <pre>cd src +git am ../*.patch</pre> <p>Then, configure the build in the <code>src</code> directory:</p> |
