From aec0a72d7f93e5b0d396ff6d1321680bf3a8928f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 24 May 2022 17:48:08 -0400 Subject: [PATCH] extra step to fetch Vanadium deps no longer needed --- static/build.html | 3 +-- 1 file changed, 1 insertion(+), 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
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
+gclient sync -D --with_branch_heads --with_tags --jobs 32

Apply the GrapheneOS patches on top of the tagged release: