android - Building wpa_supplicant with 'mm' command -
i new android. have entire source code of android imx platform. build wpa_supplicant folder present under external folder. everytime make change, instead of building entire source, build wpa_supplicant folder. have read using 'mm' command can it. however, not sure find 'mm' command. when type #mm external/wpa_supplicant_8, following error message displayed:
the program 'mm' can found in following packages: * mountmanager * multimail try: apt-get install
i not sure if need apt-get install or binary present somewhere else. can me this? also, how compile single application present in external folder? please help.
run build/envsetup.sh
script root folder:
path/to/android# . ./build/envsetup.sh
then lunch
device, , you'll able mm
necessary.
Comments
Post a Comment