From 301bdbf87d10c46aaf619707c82e81437161c0c2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 19 Aug 2019 17:54:35 -0400 Subject: [PATCH] clarify that only Chromium uses x64 for x86_64 --- static/build.html | 7 ++++--- 1 file 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

Copy the GrapheneOS configuration from ../args.gn and save/exit the editor. Modify target_cpu as needed if the target is not arm64. For - x86_64, the correct value is x64.

+ x86_64, the correct value for target_cpu is x64, but note + that the Android source tree refers to it as x86_64.

To build Monochrome, which provides both Chromium and the WebView:

@@ -322,8 +323,8 @@ git am --whitespace=nowarn ../*.patch

The apk needs to be copied from out/Default/apks/MonochromePublic.apk into the Android source tree at - external/vanadium/prebuilt/arm64/MonochromePublic.apk (with arm64 - substituted with the correct value for other architectures).

+ external/vanadium/prebuilt/arm64/MonochromePublic.apk with arm64 + substituted with the correct value for other architectures (arm, x86, x86_64).

Standalone builds of Chromium and the WebView can be done via the chrome_modern_public_apk and system_webview_apk targets but