mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
13 lines
222 B
Python
13 lines
222 B
Python
licenses(["notice"])
|
|
|
|
cc_library(
|
|
name = "platform",
|
|
textual_hdrs = glob(["**/*.h"]),
|
|
visibility = [
|
|
"//fastpair:__subpackages__",
|
|
],
|
|
deps = [
|
|
"@com_google_absl//absl/strings",
|
|
],
|
|
)
|