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