summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/build.html18
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>