summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html
index c0a963c8..6b73d8ee 100644
--- a/static/build.html
+++ b/static/build.html
@@ -844,13 +844,16 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<pre>cd src
git fetch --tags
-git checkout $VERSION
-gclient sync -D --with_branch_heads --with_tags --jobs 32</pre>
+git checkout $VERSION</pre>
<p>Apply the GrapheneOS patches on top of the tagged release:</p>
<pre>git am --whitespace=nowarn --keep-non-patch ../patches/*.patch</pre>
+ <p>Sync submodules and obtain build dependencies:</p>
+
+ <pre>gclient sync -D --with_branch_heads --with_tags --jobs 32</pre>
+
<p>Then, configure the build in the <code>src</code> directory:</p>
<pre>gn args out/Default</pre>