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?
Use mm -B
, it will rebuild all, equivalent to clean and then make.