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

Commit cfa6f139 authored by Chris Manton's avatar Chris Manton
Browse files

mockcify: Centralize btsnoop module mocks

Bug: 188077107
Tag: #refactor
Test: gd/cert/run

Change-Id: Ibfaa624da4e04809945b0648d9d432af4f5f1508
parent 7c952e38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -299,6 +299,8 @@ cc_test {
        "packages/modules/Bluetooth/system/utils/include",
    ],
    srcs: [
        ":TestCommonMockFunctions",
        ":TestMockHci",
        "rfcomm/port_api.cc",
        "rfcomm/port_rfc.cc",
        "rfcomm/port_utils.cc",
@@ -309,7 +311,6 @@ cc_test {
        "rfcomm/rfc_ts_frames.cc",
        "rfcomm/rfc_utils.cc",
        "test/common/mock_btm_layer.cc",
        "test/common/mock_btsnoop_module.cc",
        "test/common/mock_btu_layer.cc",
        "test/common/mock_l2cap_layer.cc",
        "test/common/stack_test_packet_utils.cc",