Environment Setup Command List

This list was provided the hmm command on AOSP

– lunch: lunch <product_name>-<build_variant>
– tapas: tapas [<App1> <App2> …] [arm|x86|mips|armv5] [eng|userdebug|user]
– croot: Changes directory to the top of the tree.
– 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.
– 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.
– jgrep: Greps on all local Java files.
– resgrep: Greps on all local res/*.xml files.
– godir: Go to the directory containing a file.