From 74fcd143d56307ce7f20b7700a4fbe6b5e2423fb Mon Sep 17 00:00:00 2001 From: Jeremy Dubreil Date: Fri, 17 Mar 2017 12:20:49 -0700 Subject: [PATCH] [infer][java] set the buck client id to infer Reviewed By: Coneko Differential Revision: D4720496 fbshipit-source-id: 861308e --- infer/lib/python/inferlib/bucklib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/lib/python/inferlib/bucklib.py b/infer/lib/python/inferlib/bucklib.py index d1fb40a66..5c9b6e8fc 100644 --- a/infer/lib/python/inferlib/bucklib.py +++ b/infer/lib/python/inferlib/bucklib.py @@ -258,6 +258,7 @@ class Wrapper: self.timer.start('Running Buck ...') javac_config = [ '--config', 'tools.javac=' + infer_script, + '--config', 'client.id=infer.java', '--config', 'java.abi_generation_mode=class'] buck_cmd = self.buck_cmd + javac_config subprocess.check_call(buck_cmd)