diff options
author | Elliott Hughes <enh@google.com> | 2014-11-24 14:03:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-24 14:03:28 -0800 |
commit | 3024977037de3355297d2ad5a880b08a0191fadf (patch) | |
tree | 42d298a75440c7f250ed3816ea03d1a292871fa4 /toolbox/Android.mk | |
parent | 8eb770d37cd9470630fdbe496f22b7a04549fef7 (diff) | |
download | system_core-3024977037de3355297d2ad5a880b08a0191fadf.zip system_core-3024977037de3355297d2ad5a880b08a0191fadf.tar.gz system_core-3024977037de3355297d2ad5a880b08a0191fadf.tar.bz2 |
Remove dead tools.
These have all been obsolete since we first moved to git!
Change-Id: Ie5bfc1b30000930ef6a604b4313ff7af1b7c4573
Diffstat (limited to 'toolbox/Android.mk')
-rw-r--r-- | toolbox/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 5d557fa..2f15f85 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -215,11 +215,6 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ libselinux \ -# libusbhost is only used by lsusb, and that isn't usually included in toolbox. -# The linker strips out all the unused library code in the normal case. -LOCAL_STATIC_LIBRARIES := \ - libusbhost \ - LOCAL_WHOLE_STATIC_LIBRARIES := $(patsubst %,libtoolbox_%,$(BSD_TOOLS)) LOCAL_MODULE := toolbox |