BEGIN_PUBLIC

Copybara import of the project:

--
d74a52728a by Naren Dasan <naren@narendasan.com>:

Add QNX as a possible constraint value

Have been using bazel to compile for QNX, would like to see it as a constraint value.

END_PUBLIC

PiperOrigin-RevId: 278626573
Change-Id: If0c7ddbc8f5d26e4d9d43bf19933e901760d1564
This commit is contained in:
Googler 2019-11-05 08:03:21 -08:00 committed by Copybara-Service
parent 43155b81d4
commit 19815c2704
1 changed files with 5 additions and 0 deletions

View File

@ -66,3 +66,8 @@ constraint_value(
name = "watchos",
constraint_setting = ":os",
)
constraint_value(
name = "qnx",
constraint_setting = ":os",
)