Merge logging and types build targets

Both "types" and "logging" build targets included "logging.h"
Merging them together avoids circular dependencies.

PiperOrigin-RevId: 555262816
This commit is contained in:
Janusz Sobczak
2023-08-09 19:13:12 -07:00
committed by Copybara-Service
parent d19f21ed71
commit 5393daf9f1
30 changed files with 23 additions and 74 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ cc_library(
"//fastpair/crypto",
"//internal/base:bluetooth_address",
"//internal/platform:base",
"//internal/platform:logging",
"//internal/platform:types",
"@com_google_absl//absl/functional:any_invocable",
"@com_google_absl//absl/strings",
],