use merged Vanadium repository

This commit is contained in:
Daniel Micay 2019-06-20 15:32:05 -04:00
parent 43d48c57da
commit 7976cec456

View File

@ -150,12 +150,15 @@ cd ../..</pre>
Chromium's Android build instructions</a> for details on obtaining the prerequisites. Chromium's Android build instructions</a> for details on obtaining the prerequisites.
<p>You can obtain the proper configuration from the <p>You can obtain the proper configuration from the
<a href="https://github.com/GrapheneOS/chromium_patches"> <a href="https://github.com/GrapheneOS/Vanadium">
GrapheneOS chromium_patches repository</a> in <code>args.gn</code> the correct version.</p> GrapheneOS Vanadium repository</a> in <code>args.gn</code> the correct version.</p>
<pre>mkdir chromium <pre>git clone https://github.com/GrapheneOS/Vanadium.git
cd chromium cd Vanadium</pre>
fetch --nohooks android</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 <p>Sync to the latest stable release for Android (replace $VERSION with the correct
value):</p> value):</p>
@ -164,9 +167,8 @@ fetch --nohooks android</pre>
<p>Apply the GrapheneOS patches on top of the tagged release:</p> <p>Apply the GrapheneOS patches on top of the tagged release:</p>
<pre>git clone https://github.com/GrapheneOS/chromium_patches.git <pre>cd src
cd src git am ../*.patch</pre>
git am ../chromium_patches/*.patch</pre>
<p>Then, configure the build in the <code>src</code> directory:</p> <p>Then, configure the build in the <code>src</code> directory:</p>