Skip to content

Commit

Permalink
pw_bluetooth_sapphire: Add missing macos selection for l2cap
Browse files Browse the repository at this point in the history
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 <[email protected]>
Docs-Not-Needed: Faraaz Sareshwala <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Ben Lawson <[email protected]>
Pigweed-Auto-Submit: Faraaz Sareshwala <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
fsareshwala authored and CQ Bot Account committed Dec 19, 2024
1 parent 0f0b4a8 commit 9e9628d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_bluetooth_sapphire/host/l2cap/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ cc_library(
target_compatible_with = select({
"@platforms//os:fuchsia": [],
"@platforms//os:linux": [],
"@platforms//os:macos": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
deps = [
Expand Down

0 comments on commit 9e9628d

Please sign in to comment.