From 3ffa750401ab919faf9573ab6943dd0806f65817 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 9 Aug 2019 13:33:08 -0400 Subject: [PATCH] document building Vanadium for other architectures --- static/build.html | 6 ++++-- 1 file 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
gn args out/Default

Copy the GrapheneOS configuration from ../args.gn and save/exit the - editor.

+ editor. Modify target_cpu as needed if the target is not arm64. For + x86_64, the correct value is x64.

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

@@ -311,7 +312,8 @@ git am ../*.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

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

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