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
+3
View File
@@ -49,6 +49,7 @@ cc_library(
"thread_check_callable.h",
"thread_check_runnable.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//core:__subpackages__",
@@ -81,6 +82,7 @@ cc_library(
"webrtc.h",
"wifi_lan.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//core:__subpackages__",
@@ -105,6 +107,7 @@ cc_library(
hdrs = [
"logging.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//core:__subpackages__",
"//platform:__subpackages__",