mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Initial Fast Pair Workspace in third_part/neabry
PiperOrigin-RevId: 489013088
This commit is contained in:
committed by
Copybara-Service
parent
656f888e5a
commit
4a0242472a
@@ -0,0 +1,6 @@
|
||||
package_group(
|
||||
name = "nearby_fastpair",
|
||||
packages = [
|
||||
"//fastpair/...",
|
||||
],
|
||||
)
|
||||
@@ -0,0 +1,24 @@
|
||||
licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "platform_windows_libs",
|
||||
linkopts = [
|
||||
"wininet.lib",
|
||||
"kernel32.lib",
|
||||
"user32.lib",
|
||||
"gdi32.lib",
|
||||
"winspool.lib",
|
||||
"comdlg32.lib",
|
||||
"advapi32.lib",
|
||||
"shell32.lib",
|
||||
"ole32.lib",
|
||||
"oleaut32.lib",
|
||||
"uuid.lib",
|
||||
"odbc32.lib",
|
||||
"odbccp32.lib",
|
||||
"wbemuuid.lib",
|
||||
"wtsapi32.lib",
|
||||
"version.lib",
|
||||
],
|
||||
visibility = ["//:__subpackages__"],
|
||||
)
|
||||
Reference in New Issue
Block a user