From 7b306528c11192fecb0dbd1162fd422029ab07c3 Mon Sep 17 00:00:00 2001 From: Tej Singh Date: Wed, 21 Aug 2019 15:54:27 -0700 Subject: Removed unused dependencies from statsd Deleting these did not cause a build error, so I do not think we need them anymore. Test: make statsd Test: atest_statsd_test Change-Id: If86365ae691b05c4922fe4edb07aad1ebf25e2d9 --- cmds/statsd/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index 6df0a8e14f6a..0a16268d96d0 100644 --- a/cmds/statsd/Android.bp +++ b/cmds/statsd/Android.bp @@ -129,17 +129,12 @@ cc_defaults { "libservices", "libprotoutil", "libstatslog", - "libhardware", - "libhardware_legacy", "libhidlbase", - "libhidltransport", - "libhwbinder", "android.frameworks.stats@1.0", "android.hardware.health@2.0", "android.hardware.power@1.0", "android.hardware.power@1.1", "android.hardware.power.stats@1.0", - "libpackagelistparser", "libsysutils", "libcutils", ], -- cgit v1.2.3-59-g8ed1b