Merge pull request #41 from Tevo45/main

Add //os:haiku constraint
This commit is contained in:
aiuto 2022-05-27 00:37:54 -04:00 committed by GitHub
commit da5541f26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ constraint_value(
constraint_setting = ":os", constraint_setting = ":os",
) )
constraint_value(
name = "haiku",
constraint_setting = ":os",
)
constraint_value( constraint_value(
name = "android", name = "android",
constraint_setting = ":os", constraint_setting = ":os",