From 150b219eefbde9b6b43abfbd1379d762091f7bad Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 16 Aug 2022 09:06:16 -0400 Subject: [PATCH] add --keep-non-patch to Vanadium git am command --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index cfea8359..c0a963c8 100644 --- a/static/build.html +++ b/static/build.html @@ -849,7 +849,7 @@ gclient sync -D --with_branch_heads --with_tags --jobs 32

Apply the GrapheneOS patches on top of the tagged release:

-
git am --whitespace=nowarn ../patches/*.patch
+
git am --whitespace=nowarn --keep-non-patch ../patches/*.patch

Then, configure the build in the src directory: