Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afeb2bc4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update m help text with guidance on parallelism" am: f3b80561

Original change: https://android-review.googlesource.com/c/platform/build/+/1612064

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2c9de7523364d907232b038447e4aa07be3aa812
parents 0547bfd7 f3b80561
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -12,11 +12,15 @@ cd '"${TOP}"'
source build/envsetup.sh    # Add "lunch" (and other utilities and variables)
                            # to the shell environment.
lunch [<product>-<variant>] # Choose the device to target.
m -j [<goals>]              # Execute the configured build.
m [<goals>]                 # Execute the configured build.

Usage of "m" imitates usage of the program "make".
See '"${SCRIPT_DIR}"'/Usage.txt for more info about build usage and concepts.

The parallelism of the build can be set with a -jN argument to "m".  If you
don't provide a -j argument, the build system automatically selects a parallel
task count that it thinks is optimal for your system.

Common goals are:

    clean                   (aka clobber) equivalent to rm -rf out/