blob: 25ac0921b25e8ed0657eae2a484111fb7e5e63d4 [file] [log] [blame] [edit]
package(default_visibility = ["//visibility:public"])
filegroup(
name = "atest-tradefed-shell",
srcs = glob(["res/**/*"]),
)
java_library(
name = "atest-tradefed",
resource_strip_prefix = "tools/asuite/atest/res",
resources = [
":atest-tradefed-shell",
],
target_compatible_with = ["//build/bazel/platforms/os:linux"],
)