diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-09 13:33:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-09 13:33:08 -0400 |
| commit | 3ffa750401ab919faf9573ab6943dd0806f65817 (patch) | |
| tree | 87e3800c89f0e290e90de80d52acae948deb9d2e /static | |
| parent | ef53025a6142db1c1cb477d119c3efce1b6e78e4 (diff) | |
document building Vanadium for other architectures
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 7b711923..94034f2b 100644 --- a/static/build.html +++ b/static/build.html @@ -303,7 +303,8 @@ git am ../*.patch</pre> <pre>gn args out/Default</pre> <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> @@ -311,7 +312,8 @@ git am ../*.patch</pre> <p>The apk needs to be copied from <code>out/Default/apks/MonochromePublic.apk</code> 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 <code>chrome_modern_public_apk</code> and <code>system_webview_apk</code> targets but |
