os: add fuchsia constraint value

This commit is contained in:
Renato Mangini 2021-11-09 11:44:49 -07:00 committed by GitHub
parent e658a6af52
commit 9e1b2f7b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -96,3 +96,8 @@ constraint_value(
name = "wasi",
constraint_setting = ":os",
)
constraint_value(
name = "fuchsia",
constraint_setting = ":os",
)