commit | 43155b81d40765f0d13008bc77cd2cca8ba9fb2a | [log] [tgz] |
---|---|---|
author | Googler <allevato@google.com> | Mon Aug 26 08:07:51 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 26 08:08:09 2019 -0700 |
tree | 023202f7ab8743b0deeeecc16a1cb842fb115af9 | |
parent | 4e6771f8b444d16c69b8d5455915f3de3d475d2d [diff] |
Add ":macos" alias for ":osx" platform constraint. PiperOrigin-RevId: 265457506 Change-Id: Ia01ccb0e598126c24b25b9eb9358d587d5430e7a
diff --git a/os/BUILD b/os/BUILD index 2b3aeda..aefa0ee 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -52,6 +52,11 @@ constraint_setting = ":os", ) +alias( + name = "macos", + actual = ":osx", +) + constraint_value( name = "tvos", constraint_setting = ":os",