Include internal/platform/logging.h to pick the correct logging library

PiperOrigin-RevId: 486016407
This commit is contained in:
Anay Wadhera
2022-11-03 17:34:41 -07:00
committed by Copybara-Service
parent c0531d556c
commit bc21803bee
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -61,11 +61,11 @@ cc_library(
],
deps = [
"//internal/platform:base",
"//internal/platform:logging",
"//internal/proto:credential_cc_proto",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:optional",
"@com_google_absl//absl/types:variant",
"@com_google_glog//:glog",
],
)
@@ -87,6 +87,7 @@ cc_test(
shard_count = 6,
deps = [
":types",
"//internal/platform/implementation/g3", # build_cleaner: keep
"//internal/proto:credential_cc_proto",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/strings",
+1 -1
View File
@@ -14,7 +14,7 @@
#include "presence/presence_action.h"
#include "glog/logging.h"
#include "internal/platform/logging.h"
namespace nearby {
namespace presence {