summaryrefslogtreecommitdiff
path: root/services/usb/Android.bp
diff options
context:
space:
mode:
author Ricky Niu <rickyniu@google.com> 2022-06-14 17:43:27 +0800
committer Ricky Niu <rickyniu@google.com> 2022-11-30 11:12:06 +0800
commit74272e24224233e0ad5caa363de609b534219a82 (patch)
tree8e5d07a42bad8a9c6dbf79aec46b12a8a5967845 /services/usb/Android.bp
parentfb11cf828915e76f4df7e1dee7a3f0325f219d37 (diff)
usb: Implement the AIDL in framework
Implement the AIDL and HIDL coexist in framework Bug: 218791946 Test: USB function switch success and AIDL service is running. atest VtsHalUsbGadgetV2_0HostTest Signed-off-by: Ricky Niu <rickyniu@google.com> Change-Id: I6d9bc861a4aceb753bf6f816daccd039e423994d
Diffstat (limited to 'services/usb/Android.bp')
-rw-r--r--services/usb/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/usb/Android.bp b/services/usb/Android.bp
index 52cfe25d9f26..133f924047da 100644
--- a/services/usb/Android.bp
+++ b/services/usb/Android.bp
@@ -33,5 +33,6 @@ java_library_static {
"android.hardware.usb.gadget-V1.0-java",
"android.hardware.usb.gadget-V1.1-java",
"android.hardware.usb.gadget-V1.2-java",
+ "android.hardware.usb.gadget-V1-java",
],
}