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

Commit 3dd3c107 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Mock static initialization order 14"

parents a1d92e82 8db3e78a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -777,6 +777,7 @@ cc_test {
        "test/a2dp/test_util.cc",
        "test/a2dp/wav_reader.cc",
        "test/a2dp/wav_reader_unittest.cc",
        ":TestCommonMockFunctions",
        ":TestMockBta",
        ":TestMockStackA2dpApi",
    ],
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@

#include "a2dp_codec_api.h"

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

A2dpCodecConfig* bta_av_get_a2dp_current_codec(void) {
  return nullptr;
}