blob: d9a02365c23f4a4e507771914c93eeadfcd94e2b [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
filegroup(
name = "launcher_windows",
srcs = select({
"//src/conditions:remote": ["//src/tools/launcher:launcher"],
"//conditions:default": ["launcher.exe"],
}),
)
filegroup(
name = "launcher",
srcs = select({
"//src/conditions:host_windows": [":launcher_windows"],
"//conditions:default": [
"//src/tools/launcher:launcher",
],
}),
)