aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-01-14 19:35:30 -0800
committerElliott Hughes <enh@google.com>2020-01-14 19:35:30 -0800
commitf3f88ad0dcdf9ff633a7d46f18d345b0753509a0 (patch)
treece26d0c4ce1ba5fd251c29497bfd59cf799a0896 /Android.bp
parentf199e015cfe53cf8a0d4cfaf1a90b9413d703f95 (diff)
downloadtoybox-f3f88ad0dcdf9ff633a7d46f18d345b0753509a0.tar.gz
Build readelf for the device.
Test: treehugger Change-Id: Ifea90d85517ea43ce856ae8a3368de61c8705af7
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 011ff053..f212f330 100644
--- a/Android.bp
+++ b/Android.bp
@@ -262,6 +262,7 @@ cc_defaults {
"toys/pending/lsof.c",
"toys/pending/modprobe.c",
"toys/pending/more.c",
+ "toys/pending/readelf.c",
"toys/pending/stty.c",
"toys/pending/traceroute.c",
"toys/pending/vi.c",
@@ -403,6 +404,7 @@ cc_defaults {
"printf",
"ps",
"pwd",
+ "readelf",
"readlink",
"realpath",
"renice",