Add vintf_fragments to android.hardware.usb@1.0-service

Bug: 153739768
Test: presubmit
Signed-off-by: Roman Kiryanov <rkir@google.com>
Change-Id: I324f226496d7cf1085f0a3687af6054c56c9dbf8
This commit is contained in:
Roman Kiryanov 2020-04-10 13:22:10 -07:00
parent 542841648c
commit ee8c09c78f
2 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,7 @@ cc_binary {
name: "android.hardware.usb@1.0-service",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.usb@1.0-service.rc"],
vintf_fragments: ["android.hardware.usb@1.0-service.xml"],
relative_install_path: "hw",
vendor: true,
srcs: [

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.usb</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IUsb</name>
<instance>default</instance>
</interface>
</hal>
</manifest>