analytics: 3p NC: Defines interface EventLogger for Analytics logger.

- this is the init cl.

doc: go/nc-analytics-api
PiperOrigin-RevId: 391901111
This commit is contained in:
edwinwu
2021-08-19 20:03:15 -07:00
committed by Copybara-Service
parent 7a82740e2b
commit c73504e68d
2 changed files with 52 additions and 0 deletions
+11
View File
@@ -28,6 +28,7 @@ cc_library(
],
deps = [
":core_types",
":event_logger",
"//absl/strings",
"//absl/time",
"//absl/types:span",
@@ -66,6 +67,16 @@ cc_library(
],
)
cc_library(
name = "event_logger",
hdrs = [
"event_logger.h",
],
deps = [
"//logs/proto/location/nearby:nearby_client_log_cc_proto",
],
)
cc_test(
name = "core_test",
size = "small",