mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
19 lines
318 B
Python
19 lines
318 B
Python
licenses(["notice"])
|
|
|
|
cc_library(
|
|
name = "types",
|
|
hdrs = [
|
|
"device_info.h",
|
|
],
|
|
srcs = [
|
|
"device_info.cc",
|
|
],
|
|
deps = [
|
|
"//internal/platform/implementation:types",
|
|
"//internal/platform:logging",
|
|
"@com_google_absl//absl/strings",
|
|
"@libsystemd//:lib",
|
|
],
|
|
)
|
|
|