Merge pull request #45 from aiuto/crhm

Add chromiumos
This commit is contained in:
aiuto 2022-08-23 15:55:36 -04:00 committed by GitHub
commit 380c85cc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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