commit | 9000a133ccc726e974c14c2238ec1b49acb9dc66 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jun 28 23:56:29 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Jun 28 23:56:29 2021 +0000 |
tree | ae57653f24682d3ee63708c7a19ab7cc6fdb8a5c | |
parent | 5e2363e14dc8d0b9e7bdaa95c91268de407d5752 [diff] |
usbd - remove unused libcutils dep Well, the dependency of my dependency is still my dependency, so it'll still be loaded, but there is no need for the declaration here. Bug: N/A Test: N/A Change-Id: I27495eee1a76401dba316f425c2e43a692357543
diff --git a/usbd/Android.bp b/usbd/Android.bp index 22d171d..27db0fa 100644 --- a/usbd/Android.bp +++ b/usbd/Android.bp
@@ -13,6 +13,5 @@ "libutils", "libhardware", "android.hardware.usb.gadget@1.0", - "libcutils", ], }