Hi,
I have written a Android.mk file for creating a static library.
I browse to the this library location in my android source code tree and execute
#mm
to compile it.
But many times I see that if I make changes to Android.mk file and recompile it just says
make : Nothing to be done for 'files'
How can I call a clean the previous build and run it again just like make clean all.
Regards,
Sambhav