From af9a4c74e28d188e610f345065a9c78bb81ba9b2 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 May 2024 16:21:29 +0200 Subject: Execution APIs: Extract common implementation into separate library This reduces the code duplication between the local and bazel APIs and improves code maintainability. --- src/buildtool/execution_api/remote/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_api/remote/TARGETS') 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"] ] -- cgit v1.2.3