How to just build Android system image

后端 未结 1 1331
[愿得一人]
[愿得一人] 2020-12-31 11:25

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

相关标签:
1条回答
  • 2020-12-31 12:15

    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.

    0 讨论(0)
提交回复
热议问题