diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-08-19 17:54:35 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-08-19 17:54:35 -0400 |
| commit | 301bdbf87d10c46aaf619707c82e81437161c0c2 (patch) | |
| tree | 60878751da08879b69302645032165843a1f7a4f /static | |
| parent | deba2b244c0e6c3850c28daaa9f99ab8ceffc471 (diff) | |
clarify that only Chromium uses x64 for x86_64
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index 924b7202..88a06b81 100644 --- a/static/build.html +++ b/static/build.html @@ -314,7 +314,8 @@ git am --whitespace=nowarn ../*.patch</pre> <p>Copy the GrapheneOS configuration from <code>../args.gn</code> and save/exit the 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> + x86_64, the correct value for <code>target_cpu</code> is <code>x64</code>, but note + that the Android source tree refers to it as x86_64.</p> <p>To build Monochrome, which provides both Chromium and the WebView:</p> @@ -322,8 +323,8 @@ git am --whitespace=nowarn ../*.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> (with arm64 - substituted with the correct value for other architectures).</p> + <code>external/vanadium/prebuilt/arm64/MonochromePublic.apk</code> with arm64 + substituted with the correct value for other architectures (arm, x86, x86_64).</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 |
