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.

11 lines
323 B

# This test requires bp2build to run and the generated BUILD files in the source tree.
sh_test(
name = "verify_bionic_outputs",
srcs = ["verify_bionic_outputs.sh"],
data = [
"//bionic/linker:ld-android",
"//bionic/libdl:libdl_android",
],
deps = ["@bazel_tools//tools/bash/runfiles"],
)