From 24caba2012753f89b1684c9c2e942cae2b8a9f33 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 24 Apr 2020 03:48:46 -0400 Subject: [PATCH] document jobs parameter for m command --- static/build.html | 5 +++++ 1 file changed, 5 insertions(+) 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.