Merge "Rename ldd input file to ldd.sh to make Bazel conversion easier."

This commit is contained in:
Rupert Shuttleworth 2021-02-19 14:15:07 +00:00 committed by Gerrit Code Review
commit 10e3cd784d
2 changed files with 1 additions and 1 deletions

View file

@ -391,7 +391,7 @@ cc_binary {
sh_binary {
name: "ldd",
src: "ldd",
src: "ldd.sh",
bazel_module: { bp2build_available: true },
}