Loading system/bta/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ cc_test { ":TestMockDevice", ":TestMockStack", ":TestMockBtif", ":TestCommonLogMsg", "test/bta_hf_client_security_test.cc", ], shared_libs: [ Loading system/bta/test/bta_hf_client_security_test.cc +0 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,6 @@ namespace { const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); } // namespace // TODO(jpawlowski): there is some weird dependency issue in tests, and the // tests here fail to compile without this definition. void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {} class BtaHfClientSecurityTest : public testing::Test { protected: void SetUp() override { Loading Loading
system/bta/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ cc_test { ":TestMockDevice", ":TestMockStack", ":TestMockBtif", ":TestCommonLogMsg", "test/bta_hf_client_security_test.cc", ], shared_libs: [ Loading
system/bta/test/bta_hf_client_security_test.cc +0 −4 Original line number Diff line number Diff line Loading @@ -38,10 +38,6 @@ namespace { const RawAddress bdaddr1({0x11, 0x22, 0x33, 0x44, 0x55, 0x66}); } // namespace // TODO(jpawlowski): there is some weird dependency issue in tests, and the // tests here fail to compile without this definition. void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {} class BtaHfClientSecurityTest : public testing::Test { protected: void SetUp() override { Loading