blob: dff77cef53a774190d0066dda1ca1af69a703ad3 [file] [log] [blame]
# Defines studio jdk components for use in a separate repository.
# This allows remapping other repositories that rely on @local_jdk
# targets.
filegroup(
name = "langtools",
srcs = select({
"@platforms//os:macos": [
"mac/Contents/Home/jre/lib/jce.jar",
"mac/Contents/Home/lib/tools.jar",
],
"@platforms//os:windows": [
"win64/jre/lib/jce.jar",
"win64/lib/tools.jar",
],
"@platforms//os:linux": [
"linux/jre/lib/jce.jar",
"linux/lib/tools.jar",
],
}),
visibility = ["//visibility:public"],
)