[infer][java] set the buck client id to infer

Reviewed By: Coneko

Differential Revision: D4720496

fbshipit-source-id: 861308e
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 42947ea9d9
commit 74fcd143d5

@ -258,6 +258,7 @@ class Wrapper:
self.timer.start('Running Buck ...') self.timer.start('Running Buck ...')
javac_config = [ javac_config = [
'--config', 'tools.javac=' + infer_script, '--config', 'tools.javac=' + infer_script,
'--config', 'client.id=infer.java',
'--config', 'java.abi_generation_mode=class'] '--config', 'java.abi_generation_mode=class']
buck_cmd = self.buck_cmd + javac_config buck_cmd = self.buck_cmd + javac_config
subprocess.check_call(buck_cmd) subprocess.check_call(buck_cmd)

Loading…
Cancel
Save