use merged Vanadium repository
This commit is contained in:
parent
43d48c57da
commit
7976cec456
@ -150,12 +150,15 @@ cd ../..</pre>
|
||||
Chromium's Android build instructions</a> for details on obtaining the prerequisites.
|
||||
|
||||
<p>You can obtain the proper configuration from the
|
||||
<a href="https://github.com/GrapheneOS/chromium_patches">
|
||||
GrapheneOS chromium_patches repository</a> in <code>args.gn</code> the correct version.</p>
|
||||
<a href="https://github.com/GrapheneOS/Vanadium">
|
||||
GrapheneOS Vanadium repository</a> in <code>args.gn</code> the correct version.</p>
|
||||
|
||||
<pre>mkdir chromium
|
||||
cd chromium
|
||||
fetch --nohooks android</pre>
|
||||
<pre>git clone https://github.com/GrapheneOS/Vanadium.git
|
||||
cd Vanadium</pre>
|
||||
|
||||
<p>Fetch the Chromium sources:</p>
|
||||
|
||||
<pre>fetch --nohooks android</pre>
|
||||
|
||||
<p>Sync to the latest stable release for Android (replace $VERSION with the correct
|
||||
value):</p>
|
||||
@ -164,9 +167,8 @@ fetch --nohooks android</pre>
|
||||
|
||||
<p>Apply the GrapheneOS patches on top of the tagged release:</p>
|
||||
|
||||
<pre>git clone https://github.com/GrapheneOS/chromium_patches.git
|
||||
cd src
|
||||
git am ../chromium_patches/*.patch</pre>
|
||||
<pre>cd src
|
||||
git am ../*.patch</pre>
|
||||
|
||||
<p>Then, configure the build in the <code>src</code> directory:</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user