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