Skip to content

Commit

Permalink
pw_bluetooth_sapphire: Only statically link libc++
Browse files Browse the repository at this point in the history
Other static libraries aren't supported by the SDK.

Bug: b/367805596
Change-Id: I2de1d412a468b99a6c250c28a538e59e8036cf2c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236792
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Ben Lawson <[email protected]>
Reviewed-by: Faraaz Sareshwala <[email protected]>
Docs-Not-Needed: Ben Lawson <[email protected]>
Commit-Queue: Ben Lawson <[email protected]>
  • Loading branch information
BenjaminLawson authored and CQ Bot Account committed Sep 18, 2024
1 parent 145b457 commit 1364b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_bluetooth_sapphire/fuchsia/bt_host/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fuchsia_cc_binary(
srcs = ["main.cc"],
bin_name = "bt_host",
# TODO: b/367805596 - Remove when dynamic linking size budget issues are resolved.
copts = ["-static"],
features = ["static_cpp_standard_library"],
deps = [
":sources",
"//pw_log_fuchsia",
Expand Down

0 comments on commit 1364b42

Please sign in to comment.