From 3ffa750401ab919faf9573ab6943dd0806f65817 Mon Sep 17 00:00:00 2001
From: Daniel Micay Copy the GrapheneOS configuration from gn args out/Default
../args.gn
and save/exit the
- editor.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 ../*.patchThe 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