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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

817 次查看
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 项奖励
回复
1 回复

742 次查看
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 项奖励
回复