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

Commit 68844755 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add H4PacketizerSources filegroup"

parents cce7b484 29dab8d3
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",
    ],
}