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: