Java compilation files is making too long if we change changes in one file in java file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java compilation files is making too long if we change changes in one file in java file

438 Views
mutyalaraoneela
Contributor III

Hi all,

          If i am making changes in WifiStateMachine.java file,It is compiling all .java files and .cpp files.How to speed up the compilation if we made changes in java files.Is there any commands like mm?

Thank you,

Mutyala Rao

0 Kudos
1 Reply

363 Views
gusarambula
NXP TechSupport
NXP TechSupport

You may find the functions installed by the script on envsetup.sh listed within the same script. You may use mm or mmm as it better suits you:

mm: Builds all of the modules in the current directory, but not their dependencies.

mmm: Builds all of the modules in the supplied directories, but not their dependencies.To limit the modules being built use the syntax: mmm dir/:target1,target2.

0 Kudos