summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-04-24 03:48:46 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-04-24 03:48:46 -0400
commit24caba2012753f89b1684c9c2e942cae2b8a9f33 (patch)
tree33b3ce1a84739826adf1dd360b4f13455fc65fac /static
parent7b36e18a635054966791fc9d2a8ef1758bd73eb6 (diff)
document jobs parameter for m command
Diffstat (limited to 'static')
-rw-r--r--static/build.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html
index fab5c8eb..e7f7dcf8 100644
--- a/static/build.html
+++ b/static/build.html
@@ -404,6 +404,11 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
<pre>m target-files-package</pre>
+ <p>The <code>-j</code> parameter can be passed to <code>m</code> to set a specific
+ number of jobs such as <code>-j4</code> to use 4 jobs. By default, the build system
+ sets the number of jobs to <code>NumCPU() + 2</code> where <code>NumCPU()</code> is the
+ number of available logical CPUs.</p>
+
<p><strong>For an emulator build, always use the development build approach below.</strong></p>
<h2 id="faster-builds-for-development-use-only">