commit | fbc5a0d0685a6fb5db4adf8f560e033e1361cddd | [log] [tgz] |
---|---|---|
author | Badhri Jagan Sridharan <Badhri@google.com> | Mon Apr 17 17:16:25 2017 -0700 |
committer | Thierry Strudel <tstrudel@google.com> | Wed Apr 26 21:10:16 2017 +0000 |
tree | 17871f82cbe8483fae4346578a67d80266fca7f1 | |
parent | d825a4dbf49d80d031b3d1ffefe7edfccb7245e2 [diff] [blame] |
USB: HIDL: V1_1 report accessory modes This CL extends the USB HAL interface to report audio accessory and debug accessory modes. Bug:36604276 Test: Manually test plugging analog audio headset. Change-Id: I7e0f0268e61cedf0910e8d62f2a8d8b73ee6c3fb
diff --git a/usb/Android.bp b/usb/Android.bp index 33f70eb..3aa1151 100644 --- a/usb/Android.bp +++ b/usb/Android.bp
@@ -2,4 +2,5 @@ subdirs = [ "1.0", "1.0/vts/functional", + "1.1", ]