From 9000a133ccc726e974c14c2238ec1b49acb9dc66 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 28 Jun 2021 23:56:29 +0000 Subject: [PATCH] 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 --- usbd/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/usbd/Android.bp b/usbd/Android.bp index 22d171de4..27db0fa6b 100644 --- a/usbd/Android.bp +++ b/usbd/Android.bp @@ -13,6 +13,5 @@ cc_binary { "libutils", "libhardware", "android.hardware.usb.gadget@1.0", - "libcutils", ], }