I am new to Android. I have the entire source code of Android for the imx-6 platform. I would like to build the wpa_supplicant folder present under external folder. Everytime I make a change, instead of building the entire source, I would like to build only the wpa_supplicant folder. I have read that using the 'mm' command I can do it. However, i am not sure where to find the 'mm' command. For when I type #mm external/wpa_supplicant_8, I get the following error message displayed:
The program 'mm' can be found in the following packages: * mountmanager * multimail Try: apt-get install
I am not sure if I need to do an apt-get install or the binary is present somewhere I else. Can someone help me with this? Also, how do I compile only a single application present in external folder? Please help.
Hi Silwerstar;
Do you encounter below problem?
The program 'mm' is currently not installed. You can install it by typing:
apt-get install multimail
You need return your android root content.
source ./build/envsetup.sh
lunch (select your platform)
enter external/wpa_supplicant_8
execute 'mm'