From 7976cec45683add883ec06743be700b0e57ad718 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 20 Jun 2019 15:32:05 -0400 Subject: [PATCH] use merged Vanadium repository --- static/build.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/static/build.html b/static/build.html index ff0bc974..5eafadf7 100644 --- a/static/build.html +++ b/static/build.html @@ -150,12 +150,15 @@ cd ../.. Chromium's Android build instructions for details on obtaining the prerequisites.

You can obtain the proper configuration from the - - GrapheneOS chromium_patches repository in args.gn the correct version.

+ + GrapheneOS Vanadium repository in args.gn the correct version.

-
mkdir chromium
-cd chromium
-fetch --nohooks android
+
git clone https://github.com/GrapheneOS/Vanadium.git
+cd Vanadium
+ +

Fetch the Chromium sources:

+ +
fetch --nohooks android

Sync to the latest stable release for Android (replace $VERSION with the correct value):

@@ -164,9 +167,8 @@ fetch --nohooks android

Apply the GrapheneOS patches on top of the tagged release:

-
git clone https://github.com/GrapheneOS/chromium_patches.git
-cd src
-git am ../chromium_patches/*.patch
+
cd src
+git am ../*.patch

Then, configure the build in the src directory: