Add '//buildenv/target:non_prod' compatibility

PiperOrigin-RevId: 388806419
This commit is contained in:
xlythe
2021-08-04 16:11:49 -07:00
committed by Copybara-Service
parent dfc61a8f05
commit cb169f5897
14 changed files with 49 additions and 2 deletions
+2
View File
@@ -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__",
+1
View File
@@ -29,6 +29,7 @@ cc_library(
"ble_peripheral.h",
"discovered_peripheral_callback.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//core/internal:__subpackages__",
],
+1
View File
@@ -31,6 +31,7 @@ cc_library(
"webrtc_socket.h",
"webrtc_socket_wrapper.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//core/internal:__subpackages__",
],