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

Commit e9f389fc authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Update the docs for 'mm[m][a]'"

am: 49aa6fc0

Change-Id: I9d27a32335626b55dcfa66ee1a1a8d36f6e4651f
parents 0ffb4339 49aa6fc0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -11,11 +11,13 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
- tapas:      tapas [<App1> <App2> ...] [arm|x86|mips|arm64|x86_64|mips64] [eng|userdebug|user]
- croot:      Changes directory to the top of the tree, or a subdirectory thereof.
- 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.
- mm:         Builds and installs all of the modules in the current directory, and their
              dependencies.
- mmm:        Builds and installs all of the modules in the supplied directories, and 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.
- mma:        Same as 'mm'
- mmma:       Same as 'mmm'
- provision:  Flash device with all required partitions. Options will be passed on to fastboot.
- cgrep:      Greps on all local C/C++ files.
- ggrep:      Greps on all local Gradle files.