You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
359 B

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"],
)