commit | 1e83c4111ce70d0774f283251b1403f7bf8956c3 | [log] [tgz] |
---|---|---|
author | John Cater <jcater@google.com> | Fri Jul 28 07:01:49 2023 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 28 07:01:49 2023 -0400 |
tree | ac0fd121c2fa9afa145435bff0c8b7f9c9864d02 | |
parent | 7815f135e3717d6e0ac80c5d45825f41c9099ae3 [diff] | |
parent | ba032f8c983ec2a10d3ddfa31f0007b2b7b704a6 [diff] |
Merge pull request #71 from aiuto/vos Add Apple visionos.
diff --git a/os/BUILD b/os/BUILD index e0484ee..1d9fedb 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -83,6 +83,11 @@ ) constraint_value( + name = "visionos", + constraint_setting = ":os", +) + +constraint_value( name = "qnx", constraint_setting = ":os", )