From 9e9628d8e81fab0b726f3c748222cb44ed9a4fbe Mon Sep 17 00:00:00 2001 From: Faraaz Sareshwala Date: Thu, 19 Dec 2024 12:53:39 -0800 Subject: [PATCH] pw_bluetooth_sapphire: Add missing macos selection for l2cap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pw_bluetooth_sapphire was skipping building various parts of the host library on macos due to a missing compatibility declaration. This also caused tests to be skipped. This change fixes that by adding the compatibility declaration. Change-Id: Ib7bcca50703c6babbf330884d13b9b24e46ebe38 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255812 Commit-Queue: Auto-Submit Docs-Not-Needed: Faraaz Sareshwala Presubmit-Verified: CQ Bot Account Reviewed-by: Ben Lawson Pigweed-Auto-Submit: Faraaz Sareshwala Lint: Lint 🤖 --- pw_bluetooth_sapphire/host/l2cap/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/pw_bluetooth_sapphire/host/l2cap/BUILD.bazel b/pw_bluetooth_sapphire/host/l2cap/BUILD.bazel index c777052c3..7fcfe3ec3 100644 --- a/pw_bluetooth_sapphire/host/l2cap/BUILD.bazel +++ b/pw_bluetooth_sapphire/host/l2cap/BUILD.bazel @@ -99,6 +99,7 @@ cc_library( target_compatible_with = select({ "@platforms//os:fuchsia": [], "@platforms//os:linux": [], + "@platforms//os:macos": [], "//conditions:default": ["@platforms//:incompatible"], }), deps = [