diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-01 19:49:10 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-01 23:24:11 -0400 |
| commit | e4604fa9934ddf66c2572989abe91cb9857de254 (patch) | |
| tree | 02e3fb44466cea94bd682ecfc46b24f6149c6aae /static/build.html | |
| parent | 7539d8cb431da1f4add7296337005bb392829ef3 (diff) | |
use autoninja wrapper for building Vanadium
This is the officially documented way to build Chromium. It uses ninja
from the Chromium source directory which works around errors trying to
include generated headers when building Vanadium. The autoninja script
also raises the soft file limit to the hard limit to avoid errors when
using many jobs.
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 74b99882..febd8ddd 100644 --- a/static/build.html +++ b/static/build.html @@ -950,7 +950,7 @@ git checkout <var>VERSION</var></pre> <p>Build the components:</p> - <pre>chrt -b 0 ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk vanadium_config_apk</pre> + <pre>chrt -b 0 autoninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk vanadium_config_apk</pre> <p>Sign the apks:</p> |
