Search code examples
androidmakefileandroid-build

How to do an android mm clean?


I'm building custom module in Android source using the mm command.

When I run mm clean, it seems that the whole project is cleaned.

How can I restrict the clean to just the current module?


Solution

  • Use mm -B, it will rebuild all, equivalent to clean and then make.