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

Commit 36cb7a70 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

mockcify: Centralize btsnoop module mocks am: cfa6f139

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1805908

Change-Id: I280db0e46e9845b7b47cfa34a8c829274cc21c4e
parents 0d3db74d cfa6f139
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",