diff options
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> |
