make is pretty smart, and picks up what has changed from the last build, so if you run repo sync and then build without cleaning, in most cases it should work just fine.

make clean does the same thing as make clobber, which is removing all generated files ($OUT_DIR).

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2021-07-16
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2021-06-17
相关资源
相似解决方案