Merge "Rename ldd input file to ldd.sh to make Bazel conversion easier."
This commit is contained in:
commit
10e3cd784d
2 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ cc_binary {
|
|||
|
||||
sh_binary {
|
||||
name: "ldd",
|
||||
src: "ldd",
|
||||
src: "ldd.sh",
|
||||
bazel_module: { bp2build_available: true },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue