mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Add '//buildenv/target:non_prod' compatibility
PiperOrigin-RevId: 388806419
This commit is contained in:
@@ -21,6 +21,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"core.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//third_party/nearby_connections/windows:__subpackages__",
|
||||
@@ -50,6 +51,7 @@ cc_library(
|
||||
"status.h",
|
||||
"strategy.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
|
||||
"//core:__subpackages__",
|
||||
|
||||
@@ -83,6 +83,7 @@ cc_library(
|
||||
"wifi_lan_endpoint_channel.h",
|
||||
"wifi_lan_service_info.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core:__pkg__",
|
||||
"//core/internal/fuzzers:__pkg__",
|
||||
@@ -120,6 +121,7 @@ cc_library(
|
||||
hdrs = [
|
||||
"message_lite.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -36,6 +36,7 @@ cc_library(
|
||||
"webrtc.h",
|
||||
"wifi_lan.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core/internal:__subpackages__",
|
||||
],
|
||||
@@ -67,6 +68,7 @@ cc_library(
|
||||
name = "utils",
|
||||
srcs = ["utils.cc"],
|
||||
hdrs = ["utils.h"],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core/internal:__pkg__",
|
||||
"//core/internal/mediums:__pkg__",
|
||||
|
||||
@@ -29,6 +29,7 @@ cc_library(
|
||||
"ble_peripheral.h",
|
||||
"discovered_peripheral_callback.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core/internal:__subpackages__",
|
||||
],
|
||||
|
||||
@@ -31,6 +31,7 @@ cc_library(
|
||||
"webrtc_socket.h",
|
||||
"webrtc_socket_wrapper.h",
|
||||
],
|
||||
compatible_with = ["//buildenv/target:non_prod"],
|
||||
visibility = [
|
||||
"//core/internal:__subpackages__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user