diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-20 09:36:36 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-06-25 13:59:48 +0200 |
commit | 18092e2ff2d33f9f7c25eec995ffb4ac824fe96c (patch) | |
tree | 7f2a63695c2ede7dfbcb94d444199af220f12ae2 /src/other_tools/ops_maps | |
parent | 31731a01b497dd7c14acc8e1910dc0b0b28a9052 (diff) | |
download | justbuild-18092e2ff2d33f9f7c25eec995ffb4ac824fe96c.tar.gz |
Use ApiBundle for creation of APIs in just-mr
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r-- | src/other_tools/ops_maps/TARGETS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index dcf58392..5bfd9093 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -72,7 +72,6 @@ , "private-deps": [ ["@", "fmt", "", "fmt"] , ["src/other_tools/utils", "content"] - , ["src/buildtool/execution_api/local", "local"] , ["src/buildtool/file_system", "file_storage"] , ["src/buildtool/storage", "config"] , ["src/buildtool/storage", "fs_utils"] @@ -96,7 +95,6 @@ , "private-deps": [ ["@", "fmt", "", "fmt"] , ["src/other_tools/just_mr", "utils"] - , ["src/buildtool/execution_api/local", "local"] , ["src/buildtool/file_system", "file_storage"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/other_tools/just_mr/progress_reporting", "statistics"] @@ -120,7 +118,6 @@ [ ["src/other_tools/ops_maps", "critical_git_op_map"] , ["src/buildtool/common", "config"] , ["src/buildtool/compatibility", "compatibility"] - , ["src/buildtool/execution_api/common", "common"] , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/multithreading", "task_system"] , ["src/buildtool/storage", "config"] |