How to do an android mm clean?
Another way to do without mm is to give make clean-<target name>
from root of Android source.
Similarly you can build the required module alone with make <target name>
Use mm -B
, it will rebuild all, equivalent to clean and then make.