From 301bdbf87d10c46aaf619707c82e81437161c0c2 Mon Sep 17 00:00:00 2001
From: Daniel Micay 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
.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 ../*.patchThe 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