Android 编译系统常用命令

  1. - croot:   Changes directory to the top of the tree.  
  2. - m:       Makes from the top of the tree.  
  3. - mm:      Builds all of the modules in the current directory.  
  4. - mmm:     Builds all of the modules in the supplied directories.  
  5. - cgrep:   Greps on all local C/C++ files.  
  6. - jgrep:   Greps on all local Java files.  
  7. - resgrep: Greps on all local res/*.xml files.  
  8. - godir:   Go to the directory containing a file.  

你可能感兴趣的:(Android 编译系统常用命令)