mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add '//buildenv/target:non_prod' compatibility
PiperOrigin-RevId: 388806419
This commit is contained in:
@@ -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__",
|
||||
|
||||
Reference in New Issue
Block a user