Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8839e7b2 authored by Roman Kiryanov's avatar Roman Kiryanov Committed by Automerger Merge Worker
Browse files

Add vintf_fragments to android.hardware.usb@1.0-service am: ee8c09c7 am:...

Add vintf_fragments to android.hardware.usb@1.0-service am: ee8c09c7 am: 783cadbd am: a4079c38

Change-Id: I6af455a5eb6ece76bc7bbe8ececf053faf2fe6d9
parents 98a0b960 a4079c38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+11 −0
Original line number Diff line number Diff line
<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>