From 4dafdca06e0f661ddd9332439a2088fdf57814da Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 5 Apr 2022 00:27:56 -0400 Subject: [PATCH] add temporary extra Vanadium build step --- static/build.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 657d9362..42c5bce0 100644 --- a/static/build.html +++ b/static/build.html @@ -844,7 +844,8 @@ git checkout $CORRECT_BRANCH_OR_TAG
cd src
 git fetch --tags
 git checkout $VERSION
-gclient sync -D --with_branch_heads --with_tags --jobs 32
+gclient sync -D --with_branch_heads --with_tags --jobs 32 +third_party/android_deps/fetch_all.py --ignore-vulnerabilities

Apply the GrapheneOS patches on top of the tagged release: