summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-02-28 11:31:58 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-28 13:44:06 +0100
commit2097f874e71f3fad1dc722853c6b68058528b98f (patch)
tree53106c2e88be44ffcdfd8ec390a2394d0c872c70 /src/buildtool/execution_engine/executor
parentda0a7ddf2f84c4afcca144d670d1870506b91fe9 (diff)
downloadjustbuild-2097f874e71f3fad1dc722853c6b68058528b98f.tar.gz
Make statistics a separate library
Diffstat (limited to 'src/buildtool/execution_engine/executor')
-rw-r--r--src/buildtool/execution_engine/executor/TARGETS3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS
index 6435af6a..4e3d1abd 100644
--- a/src/buildtool/execution_engine/executor/TARGETS
+++ b/src/buildtool/execution_engine/executor/TARGETS
@@ -14,6 +14,7 @@
, ["src/buildtool/common", "config"]
, ["src/buildtool/common", "git_hashes_converter"]
, ["src/buildtool/common", "protocol_traits"]
+ , ["src/buildtool/common", "statistics"]
, ["src/buildtool/common/remote", "remote_common"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/execution_api/bazel_msg", "execution_config"]
@@ -45,8 +46,8 @@
, "hdrs": ["context.hpp"]
, "deps":
[ ["@", "gsl", "", "gsl"]
- , ["src/buildtool/common", "common"]
, ["src/buildtool/common", "config"]
+ , ["src/buildtool/common", "statistics"]
, ["src/buildtool/execution_api/common", "api_bundle"]
, ["src/buildtool/execution_api/remote", "context"]
, ["src/buildtool/progress_reporting", "progress"]