mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add '//buildenv/target:non_prod' compatibility
PiperOrigin-RevId: 388806419
This commit is contained in:
@@ -21,6 +21,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"posix_mutex.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//platform/impl:__subpackages__",
|
||||
],
|
||||
@@ -35,6 +36,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"posix_condition_variable.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
deps = [
|
||||
":posix_mutex",
|
||||
"//platform/api:types",
|
||||
@@ -45,6 +47,7 @@ cc_library(
|
||||
name = "file",
|
||||
srcs = ["file.cc"],
|
||||
hdrs = ["file.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//platform/impl:__subpackages__",
|
||||
|
||||
@@ -37,6 +37,7 @@ cc_library(
|
||||
"settable_future.h",
|
||||
"submittable_executor.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
deps = [
|
||||
"//base",
|
||||
"//platform/api:types",
|
||||
@@ -58,6 +59,7 @@ cc_library(
|
||||
"wifi.h",
|
||||
"wifi_lan.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"//platform/api:comm",
|
||||
@@ -71,6 +73,7 @@ cc_library(
|
||||
srcs = [
|
||||
"crypto.cc",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"//absl/strings",
|
||||
@@ -96,6 +99,7 @@ cc_library(
|
||||
"bluetooth_classic_server_socket.h",
|
||||
"bluetooth_classic_socket.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],
|
||||
visibility = [
|
||||
"//third_party/nearby_connections/windows:__subpackages__",
|
||||
|
||||
@@ -15,6 +15,7 @@ licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "types",
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
linkopts = [
|
||||
"advapi32.lib",
|
||||
"comdlg32.lib",
|
||||
|
||||
Reference in New Issue
Block a user