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
.
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