unplugged-system/tools/asuite/atest/BUILD.bazel

16 lines
359 B
Python
Raw Permalink Normal View History

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