How to just build Android system image

廉价感情. 提交于 2019-11-29 13:52:24

问题


I made some small changes in framework/base, and did a "mm" under that folder. Now I don't want to run "make" on the project root because the makefile including process is very slow.

Is there a quick way to just build the system image without going through the lengthy including process?


回答1:


If your changes effect other applications, use make systemimage, otherwise use make snod.

Notice:make systemimage will check dependency during compile progress, while make snod will not do this check, so the former command need more time than the latter.



来源:https://stackoverflow.com/questions/29023406/how-to-just-build-android-system-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!