summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-07-27 11:31:01 -0500
committerElliott Hughes2018-07-27 11:31:01 -0500
commit887133101c89f1759b75b3a44951cea1ad5a07d1 (patch)
treee03816cb81e9274abba52fabd259e3d9cc5f3292
parent78f5431ff1e369fa583caf92c789dbccd7656de0 (diff)
downloadplatform-system-core-887133101c89f1759b75b3a44951cea1ad5a07d1.tar.gz
platform-system-core-887133101c89f1759b75b3a44951cea1ad5a07d1.tar.xz
platform-system-core-887133101c89f1759b75b3a44951cea1ad5a07d1.zip
Restore tcpdump.
tcpdump accidentally fell off the device when its Android.mk was converted to Android.bp. Bug: http://b/111654811 Test: builds Change-Id: Ia49a6722b47c9017b6e573cb88f7a93f3d95db5d
-rw-r--r--shell_and_utilities/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp
index 7834dd50c..0586381e8 100644
--- a/shell_and_utilities/Android.bp
+++ b/shell_and_utilities/Android.bp
@@ -18,6 +18,7 @@ phony {
18 "newfs_msdos", 18 "newfs_msdos",
19 "reboot", 19 "reboot",
20 "sh", 20 "sh",
21 "tcpdump",
21 "toolbox", 22 "toolbox",
22 "toybox", 23 "toybox",
23 ], 24 ],