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

820件の閲覧回数
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 返信

745件の閲覧回数
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 件の賞賛
返信