android源码编译快捷命令

来源:互联网 发布:软件疲劳强度测试 编辑:程序博客网 时间:2024/03/29 21:40

What are m, mm, mmm?

These are build utilitiesprovided by build/envsetup.sh. Here's a description of all the availableutilities

- 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 currentdirectory.

- mmm:     Builds all of the modules in the supplieddirectories.

- cgrep:   Greps on all local C/C++ files.

- jgrep:   Greps on all local Java files.

- mgrep:   Greps on all makefiles

- resgrep: Greps on all localres/*.xml files.

- godir:   Go to the directory containing a file

- printconfig: tells you whatconfiguration you are currently building

0 0