mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
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:
committed by
Copybara-Service
parent
d19f21ed71
commit
5393daf9f1
@@ -44,8 +44,8 @@ cc_library(
|
||||
deps = [
|
||||
":preferences_repository",
|
||||
"//internal/platform:base",
|
||||
"//internal/platform:logging",
|
||||
"//internal/platform:test_util",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform:util",
|
||||
"//internal/platform/implementation:types",
|
||||
"//internal/platform/implementation/shared:count_down_latch",
|
||||
@@ -103,7 +103,6 @@ cc_library(
|
||||
"@com_google_absl//absl/synchronization",
|
||||
"//internal/platform:base",
|
||||
"//internal/platform:cancellation_flag",
|
||||
"//internal/platform:logging",
|
||||
"//internal/platform:test_util",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform:uuid",
|
||||
|
||||
Reference in New Issue
Block a user