Fix visibility of //os:os

PiperOrigin-RevId: 253832479
Change-Id: I686ac0b6e2e74f37d4ff3361efd4bcd20d81d547
This commit is contained in:
Googler 2019-06-18 11:35:25 -07:00 committed by Copybara-Service
parent 5f13869557
commit 753ad895fe
1 changed files with 1 additions and 4 deletions

View File

@ -11,10 +11,7 @@ filegroup(
)
# To add a new constraint_value see https://github.com/bazelbuild/platforms.
constraint_setting(
name = "os",
visibility = ["//visibility:private"],
)
constraint_setting(name = "os")
constraint_value(
name = "osx",