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

Commit bba03cf0 authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "test: Add mock function map to target net_test_stack_btm" into tm-qpr-dev

parents cef987c8 a8db30d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -943,6 +943,7 @@ cc_test {
        ":BluetoothHalSources_hci_host",
        ":BluetoothOsSources_host",
        ":TestCommonMainHandler",
        ":TestCommonMockFunctions",
        ":TestMockBta",
        ":TestMockBtif",
        ":TestMockDevice",
+0 −2
Original line number Diff line number Diff line
@@ -129,8 +129,6 @@ const stack_config_t* stack_config_get_interface(void) {
  return &mock_stack_config;
}

std::map<std::string, int> mock_function_count_map;

namespace {

using testing::_;