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

Commit 36ac26a0 authored by Primiano Tucci's avatar Primiano Tucci Committed by Android Git Automerger
Browse files

am 573eb55d: am 29447fa7: am ff157c76: am 368faf83: Merge "Add usage comment...

am 573eb55d: am 29447fa7: am ff157c76: am 368faf83: Merge "Add usage comment to explain how to limit modules in mmm."

* commit '573eb55d':
  Add usage comment to explain how to limit modules in mmm.
parents 0fe8eac2 573eb55d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
- m:       Makes from the top of the tree.
- mm:      Builds all of the modules in the current directory, but not their dependencies.
- mmm:     Builds all of the modules in the supplied directories, but not their dependencies.
           To limit the modules being built use the syntax: mmm dir/:target1,target2.
- mma:     Builds all of the modules in the current directory, and their dependencies.
- mmma:    Builds all of the modules in the supplied directories, and their dependencies.
- cgrep:   Greps on all local C/C++ files.