source build/envsetup.sh 之后
当执行完 . build/envsetup.sh 脚本之后,在 当前 终端里 可以执行 如下 命令;
- m: Runs make from the top of the tree. This isuseful because you can run make from within subdirectories.
- mm: Builds all of the modules in the current directory.
如:在 packages/apps/Browser/下 执行:mm -B
- mmm: Builds all of the modules in the supplied directories.
如:mmm <你想编译的目录的路径>
注意: <你想编译的目录的路径>可以在任何位置,不一定要在<android home>下,只要有Android.mk的目录都可以单独编译
- croot:-
cd to the top of the tree.