summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-02-18 17:13:54 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-19 17:50:30 +0100
commit3475fa97f74d4b94b4e7adb1d298322fb2887194 (patch)
tree904776112f3d8b7959b6b3ff1eacd82a5075fb06 /test/buildtool/execution_engine/executor
parent44d02a454aca16184d816b8001fd5b1d9bdf7583 (diff)
downloadjustbuild-3475fa97f74d4b94b4e7adb1d298322fb2887194.tar.gz
BazelApi: rename library "bazel" => "bazel_api"
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r--test/buildtool/execution_engine/executor/TARGETS2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS
index 0f48aeb6..f9faa576 100644
--- a/test/buildtool/execution_engine/executor/TARGETS
+++ b/test/buildtool/execution_engine/executor/TARGETS
@@ -103,7 +103,7 @@
, ["@", "src", "src/buildtool/common/remote", "retry_config"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
, ["@", "src", "src/buildtool/execution_api/bazel_msg", "execution_config"]
- , ["@", "src", "src/buildtool/execution_api/remote", "bazel"]
+ , ["@", "src", "src/buildtool/execution_api/remote", "bazel_api"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/progress_reporting", "progress"]
, ["utils", "catch-main-remote-execution"]