From 19815c270457359ba79d6c6a57e73ee4288692f5 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 5 Nov 2019 08:03:21 -0800 Subject: [PATCH] BEGIN_PUBLIC Copybara import of the project: -- d74a52728a28cffe3e5dce8a93af034a2f6c8672 by Naren Dasan : 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 --- os/BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/os/BUILD b/os/BUILD index aefa0ee..dee2476 100644 --- a/os/BUILD +++ b/os/BUILD @@ -66,3 +66,8 @@ constraint_value( name = "watchos", constraint_setting = ":os", ) + +constraint_value( + name = "qnx", + constraint_setting = ":os", +)