Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dcff9af

Browse files
committedMay 7, 2025·
Add empty.sh
1 parent 431a39b commit dcff9af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎tools/launcher/BUILD.tools

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ single_binary_toolchain(
4949

5050
single_binary_toolchain(
5151
name = "3_no_launcher_toolchain",
52+
binary = "empty.sh",
5253
toolchain_type = ":launcher_toolchain_type",
5354
)
5455

@@ -69,5 +70,6 @@ single_binary_toolchain(
6970

7071
single_binary_toolchain(
7172
name = "3_no_launcher_maker_toolchain",
73+
binary = "empty.sh",
7274
toolchain_type = ":launcher_maker_toolchain_type",
7375
)

‎tools/launcher/empty.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.