Add OS setting for devices with no OS

PiperOrigin-RevId: 263595168
Change-Id: Ib2d6b6164acdf30f663462cdc9108d2817db6d76
This commit is contained in:
Austin Schuh 2019-08-15 10:46:27 -07:00 committed by Copybara-Service
parent 6ad3cffd67
commit 4e6771f8b4
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ constraint_value(
constraint_setting = ":os",
)
# For platforms with no OS, like microcontrollers.
constraint_value(
name = "none",
constraint_setting = ":os",
)
### Apple OS Values
constraint_value(