diff options
| author | 2019-08-22 20:33:13 +0000 | |
|---|---|---|
| committer | 2019-08-22 20:33:13 +0000 | |
| commit | bcc0b1c2e20cbf4e76d3b813dbd97bb9eecaaf3e (patch) | |
| tree | 0ce1dbe0ca7d099c2bbb283035b55cf834964388 | |
| parent | 10e3c7052bc59643003fe45c0de374f805f6cdea (diff) | |
| parent | 7b306528c11192fecb0dbd1162fd422029ab07c3 (diff) | |
Merge "Removed unused dependencies from statsd"
| -rw-r--r-- | cmds/statsd/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index 0ba36b3c8565..19fa64073183 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", ], |