Added VXWorks OS (#70)

Co-authored-by: aiuto <aiuto@google.com>
This commit is contained in:
mtribiere 2023-09-27 22:10:40 +02:00 committed by GitHub
parent 19d828cf8d
commit f55a7d3532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ constraint_value(
constraint_setting = ":os",
)
# For the VXworks OS, usefull for embedded systems
constraint_value(
name = "vxworks",
constraint_setting = ":os",
)
# For platforms with no OS, like microcontrollers.
constraint_value(
name = "none",