os: add openbsd to the constraint values

There are notable differences from freebsd such that it warrants a constraint value.
This commit is contained in:
alex 2019-08-09 17:39:40 +02:00 committed by GitHub
parent 6ad3cffd67
commit 594eeffa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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