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",
 ]