diff --git a/static/build.html b/static/build.html
index f4e04483..957e2f00 100644
--- a/static/build.html
+++ b/static/build.html
@@ -202,6 +202,20 @@
lightweight sync
+
Baseline build dependencies:
+
+
+ - x86_64 Linux build environment (macOS is not supported, unlike AOSP which
+ partially supports it)
+ - Android Open Source Project build dependencies
+ - 16GiB of memory or more. Link-Time Optimization (LTO) creates huge peaks
+ during linking and is mandatory for Control Flow Integrity (CFI). Linking
+ Vanadium (Chromium) and the Linux kernel with LTO + CFI are the most memory
+ demanding tasks.
+ - 100GiB+ of additional free storage space
+ - en_US.UTF-8 locale supported
+
+
You can either obtain repo
as a distribution package or the
self-updating standalone version from the Android Open Source Project. The
self-updating variant avoids dealing with out-of-date distribution packages and
@@ -222,16 +236,10 @@
process is being phased out by using the same LLVM toolchain as building and linking
for the target.
+ Android Open Source Project build dependencies:
+
- - x86_64 Linux build environment (macOS is not supported, unlike AOSP which
- partially supports it)
- - Android Open Source Project build dependencies
- - Linux kernel build dependencies
- - 16GiB of memory or more. Link-Time Optimization (LTO) creates huge peaks
- during linking and is mandatory for Control Flow Integrity (CFI). Linking
- Vanadium (Chromium) and the Linux kernel with LTO + CFI are the most memory
- demanding tasks.
- - 300GiB of free storage space
+ - python2 (being replaced with python3 for the next major release)