mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Move third_party/nearby/cpp/analytics to third_party/nearby/internal/analytics.
PiperOrigin-RevId: 420135432
This commit is contained in:
committed by
Copybara-Service
parent
cdcd37c616
commit
acc6f2de9a
+2
-2
@@ -59,9 +59,9 @@ cc_library(
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-DCORE_ADAPTER_DLL"],
|
||||
visibility = [
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
"//platform/impl/ios:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//absl/strings",
|
||||
@@ -80,7 +80,7 @@ cc_library(
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//third_party/nearby/cpp/analytics:__subpackages__",
|
||||
"//analytics:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//proto/analytics:connections_log_cc_proto",
|
||||
|
||||
Reference in New Issue
Block a user