mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Signed-off-by: Alexey Polyudov <apolyudov@google.com> Change-Id: I2cf5bf225b76f4c1541954651f3a7544a14e0cec
21 lines
501 B
Python
21 lines
501 B
Python
cc_library(
|
|
name = "sample",
|
|
srcs = [
|
|
"sample_wifi_medium.cc",
|
|
"sample_wifi_medium.h",
|
|
],
|
|
hdrs = ["sample_platform.h"],
|
|
visibility = [
|
|
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
|
"//core:__subpackages__",
|
|
"//location/nearby/setup/core:__subpackages__",
|
|
],
|
|
deps = [
|
|
"//platform:types",
|
|
"//platform:utils",
|
|
"//platform/api",
|
|
"//platform/port:string",
|
|
"//absl/time",
|
|
],
|
|
)
|