document building Vanadium for other architectures

This commit is contained in:
Daniel Micay 2019-08-09 13:33:08 -04:00
parent ef53025a61
commit 3ffa750401

View File

@ -303,7 +303,8 @@ git am ../*.patch</pre>
<pre>gn args out/Default</pre> <pre>gn args out/Default</pre>
<p>Copy the GrapheneOS configuration from <code>../args.gn</code> and save/exit the <p>Copy the GrapheneOS configuration from <code>../args.gn</code> and save/exit the
editor.</p> editor. Modify <code>target_cpu</code> as needed if the target is not arm64. For
x86_64, the correct value is <code>x64</code>.</p>
<p>To build Monochrome, which provides both Chromium and the WebView:</p> <p>To build Monochrome, which provides both Chromium and the WebView:</p>
@ -311,7 +312,8 @@ git am ../*.patch</pre>
<p>The apk needs to be copied from <code>out/Default/apks/MonochromePublic.apk</code> <p>The apk needs to be copied from <code>out/Default/apks/MonochromePublic.apk</code>
into the Android source tree at into the Android source tree at
<code>external/vanadium/prebuilt/arm64/MonochromePublic.apk</code></p> <code>external/vanadium/prebuilt/arm64/MonochromePublic.apk</code> (with arm64
substituted with the correct value for other architectures).</p>
<p>Standalone builds of Chromium and the WebView can be done via the <p>Standalone builds of Chromium and the WebView can be done via the
<code>chrome_modern_public_apk</code> and <code>system_webview_apk</code> targets but <code>chrome_modern_public_apk</code> and <code>system_webview_apk</code> targets but