diff --git a/swift/tools/BUILD.bazel b/swift/tools/BUILD.bazel index ae04a587a944..777b96490685 100644 --- a/swift/tools/BUILD.bazel +++ b/swift/tools/BUILD.bazel @@ -6,16 +6,6 @@ sh_binary( visibility = ["//swift/tools/test/qltest:__pkg__"], ) -sh_binary( - name = "autobuild", - srcs = ["autobuild.sh"], -) - -sh_binary( - name = "identify-environment", - srcs = ["identify-environment.sh"], -) - codeql_pkg_files( name = "tools", srcs = [ @@ -23,9 +13,9 @@ codeql_pkg_files( "tracing-config.lua", ], exes = [ - ":autobuild", - ":identify-environment", - ":qltest", + "autobuild.sh", + "identify-environment.sh", + "qltest.sh", ], visibility = ["//swift:__pkg__"], )