diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 17:48:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 17:48:08 -0400 |
| commit | aec0a72d7f93e5b0d396ff6d1321680bf3a8928f (patch) | |
| tree | 79763ee1c2682c036e0d4c0141114e8c538f135e | |
| parent | 28bc6308890a86a4e08e56786d3e2258ffeafb38 (diff) | |
extra step to fetch Vanadium deps no longer needed
| -rw-r--r-- | static/build.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 8b6443bd..5965565e 100644 --- a/static/build.html +++ b/static/build.html @@ -834,8 +834,7 @@ 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 -third_party/android_deps/fetch_all.py --ignore-vulnerabilities</pre> +gclient sync -D --with_branch_heads --with_tags --jobs 32</pre> <p>Apply the GrapheneOS patches on top of the tagged release:</p> |
