commit | 753ad895fe8bb37ab2818d3fd2e9b48c56fc7fde | [log] [tgz] |
---|---|---|
author | Googler <hlopko@google.com> | Tue Jun 18 11:35:25 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 18 11:35:42 2019 -0700 |
tree | a4f47b365e3b2219702f15e2cd9a6c38ded93418 | |
parent | 5f1386955766fc607dcd13cb9876d917bdc35e4b [diff] |
Fix visibility of //os:os PiperOrigin-RevId: 253832479 Change-Id: I686ac0b6e2e74f37d4ff3361efd4bcd20d81d547
diff --git a/os/BUILD b/os/BUILD index 7c40476..5446917 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -11,10 +11,7 @@ ) # 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",