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

Commit 29dab8d3 authored by Jeongik Cha's avatar Jeongik Cha
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
parent 34768972
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -213,3 +213,13 @@ genrule {
        "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",
    ],
}