From 7976cec45683add883ec06743be700b0e57ad718 Mon Sep 17 00:00:00 2001
From: Daniel Micay You can obtain the proper configuration from the
-
- GrapheneOS chromium_patches repository in args.gn
the correct version.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 androidApply 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: