aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRupert Shuttleworth <ruperts@google.com>2021-02-18 13:35:22 +0000
committerRupert Shuttleworth <ruperts@google.com>2021-02-18 23:41:55 +0000
commita7e29a8823f7197e9fbad0ce90726841702edbe8 (patch)
tree86969dc57b00111e34330ccde7b521a6d2037917
parent332065d57e734b65f56474d136d22d767e36cbcd (diff)
downloadbionic-a7e29a8823f7197e9fbad0ce90726841702edbe8.tar.gz
Rename ldd input file to ldd.sh to make Bazel conversion easier.
Test: m and bp2build write; bazel build ... Change-Id: Ic8a4ad6ac81f034ac8b9736d99a322c48598619e
-rw-r--r--linker/Android.bp2
-rwxr-xr-xlinker/ldd.sh (renamed from linker/ldd)0
2 files changed, 1 insertions, 1 deletions
diff --git a/linker/Android.bp b/linker/Android.bp
index 06e6fbc1b..8b2d84254 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -391,7 +391,7 @@ cc_binary {
sh_binary {
name: "ldd",
- src: "ldd",
+ src: "ldd.sh",
bazel_module: { bp2build_available: true },
}
diff --git a/linker/ldd b/linker/ldd.sh
index 6bc49b4b1..6bc49b4b1 100755
--- a/linker/ldd
+++ b/linker/ldd.sh