OSDN Git Service

Add H4PacketizerSources filegroup
authorJeongik Cha <jeongik@google.com>
Tue, 10 Aug 2021 15:12:33 +0000 (00:12 +0900)
committerJyoti Bhayana <jbhayana@google.com>
Wed, 15 Sep 2021 21:59:15 +0000 (21:59 +0000)
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

vendor_libs/test_vendor_lib/Android.bp

index ca8cd3e..70b22ff 100644 (file)
@@ -198,3 +198,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",
+    ],
+}