• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package(default_visibility = ["//visibility:public"])
2
3filegroup(
4    name = "atest-tradefed-shell",
5    srcs = glob(["res/**/*"]),
6)
7
8java_library(
9    name = "atest-tradefed",
10    resource_strip_prefix = "tools/asuite/atest/res",
11    resources = [
12        ":atest-tradefed-shell",
13    ],
14    target_compatible_with = ["//build/bazel/platforms/os:linux"],
15)
16