From 3475fa97f74d4b94b4e7adb1d298322fb2887194 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 18 Feb 2025 17:13:54 +0100 Subject: BazelApi: rename library "bazel" => "bazel_api" --- test/buildtool/execution_engine/executor/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/execution_engine/executor') 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"] -- cgit v1.2.3