m:编译整个安卓系统
makes from the top of the tree
mm:编译当前目录下的模块,当前目录下需要有Android.mk这个makefile文件,否则就往上找最近的Android.mk文件。
builds all of the moudles in the current directory
mmm:编译指定路径下的模块,指定的路径下面需要有Android.mk这个makefile文件
builds all of the moudles in the supplies directory
欢迎扫码加入QQ群一起学习讨论。
网友评论