blob: b2a04fd8629fb3f8d26e639ec78203d62e216804 [file] [log] [blame]
# 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"],
)