diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-21 16:21:29 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-23 15:03:41 +0200 |
commit | af9a4c74e28d188e610f345065a9c78bb81ba9b2 (patch) | |
tree | 9d50a9154a29f2dfc798921e140f2d6870a97e28 /src/buildtool/execution_api/remote/TARGETS | |
parent | cc24ac99155345e61fa8d08de91be13bb31b5f6f (diff) | |
download | justbuild-af9a4c74e28d188e610f345065a9c78bb81ba9b2.tar.gz |
Execution APIs: Extract common implementation into separate library
This reduces the code duplication between the local and bazel APIs
and improves code maintainability.
Diffstat (limited to 'src/buildtool/execution_api/remote/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/remote/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS index ef6c9d00..88310cbb 100644 --- a/src/buildtool/execution_api/remote/TARGETS +++ b/src/buildtool/execution_api/remote/TARGETS @@ -74,6 +74,7 @@ , ["src/buildtool/multithreading", "task_system"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/file_system", "object_type"] + , ["src/buildtool/execution_api/common", "common_api"] , ["src/buildtool/logging", "log_level"] , ["src/buildtool/storage", "fs_utils"] ] |