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/
m target-files-package+
The -j
parameter can be passed to m
to set a specific
+ number of jobs such as -j4
to use 4 jobs. By default, the build system
+ sets the number of jobs to NumCPU() + 2
where NumCPU()
is the
+ number of available logical CPUs.
For an emulator build, always use the development build approach below.