From 82033660c0ef0e67783cb3fa3a8960afc11ee942 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 Jul 2019 12:47:34 -0700 Subject: [PATCH] Include ldd in /system/bin. Test: `which ldd` Change-Id: I68a2e5402a82f22e7b715ab3d8ac2c09296b4376 --- shell_and_utilities/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index bac3dc3bf..694b50e7b 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -13,6 +13,7 @@ phony { "auditctl", "awk", "bzip2", + "ldd", "logwrapper", "mini-keyctl", "mkshrc",