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

Commit 20a0fa77 authored by Jeongik Cha's avatar Jeongik Cha Committed by Jyoti Bhayana
Browse files

Add H4PacketizerSources filegroup

bt_vhci_forwarder in cuttlefish doesn't need to full implementation of
rootcanal, it needs only h4 packetizer implementation.

Bug: 195692688
Test: launch_cvd and then check bluetooth feature in cf.
Change-Id: I25aa5f1a2e815703de3beb59ffebf148309baec6
Merged-In: I25aa5f1a2e815703de3beb59ffebf148309baec6
parent 6456c793
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -198,3 +198,13 @@ genrule {
        "packets/link_layer_packets.h",
        "packets/link_layer_packets.h",
    ],
    ],
}
}

// bt_vhci_forwarder in cuttlefish depends on this H4Packetizer implementation.
filegroup {
    name: "H4PacketizerSources",
    srcs: [
        "model/devices/h4_packetizer.cc",
        "model/devices/h4_parser.cc",
        "model/devices/hci_protocol.cc",
    ],
}