diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-29 19:35:20 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-29 19:35:20 -0400 |
| commit | 008a7d2249c0634cd731f606e48657a1182087ab (patch) | |
| tree | 4d415d969046fbe53ed8e93f6a7843d37986ba85 /static | |
| parent | f5916d03c40fd66da726bc2fa2ba107f1c200512 (diff) | |
use SCHED_BATCH for Vanadium ninja build
Diffstat (limited to 'static')
| -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 b3e914cf..d9051b58 100644 --- a/static/build.html +++ b/static/build.html @@ -873,7 +873,7 @@ git checkout <var>VERSION</var></pre> <p>Build the components:</p> - <pre>ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk</pre> + <pre>chrt -b 0 ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk</pre> <p>Sign the apks:</p> |
