Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment