commit | a7e29a8823f7197e9fbad0ce90726841702edbe8 | [log] [tgz] |
---|---|---|
author | Rupert Shuttleworth <ruperts@google.com> | Thu Feb 18 13:35:22 2021 +0000 |
committer | Rupert Shuttleworth <ruperts@google.com> | Thu Feb 18 23:41:55 2021 +0000 |
tree | 86969dc57b00111e34330ccde7b521a6d2037917 | |
parent | 332065d57e734b65f56474d136d22d767e36cbcd [diff] [blame] |
Rename ldd input file to ldd.sh to make Bazel conversion easier. Test: m and bp2build write; bazel build ... Change-Id: Ic8a4ad6ac81f034ac8b9736d99a322c48598619e
diff --git a/linker/Android.bp b/linker/Android.bp index 06e6fbc..8b2d842 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -391,7 +391,7 @@ sh_binary { name: "ldd", - src: "ldd", + src: "ldd.sh", bazel_module: { bp2build_available: true }, }