aboutsummaryrefslogtreecommitdiff
path: root/usb/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'usb/Android.bp')
-rw-r--r--usb/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/usb/Android.bp b/usb/Android.bp
index 028ab138..4a1c4544 100644
--- a/usb/Android.bp
+++ b/usb/Android.bp
@@ -17,7 +17,7 @@ cc_binary {
name: "android.hardware.usb@1.1-service.mata",
relative_install_path: "hw",
init_rc: ["android.hardware.usb@1.1-service.mata.rc"],
- srcs: ["service.cpp", "Usb.cpp", "UsbGadget.cpp"],
+ srcs: ["service.cpp", "Usb.cpp"],
shared_libs: [
"libbase",
"libhidlbase",
@@ -27,7 +27,6 @@ cc_binary {
"libhardware",
"android.hardware.usb@1.0",
"android.hardware.usb@1.1",
- "android.hardware.usb.gadget@1.0",
"libcutils",
],
proprietary: true,