Skip to content

Commit

Permalink
pw_bluetooth_sapphire: Clean up unnecessary deps in fuchsia tests
Browse files Browse the repository at this point in the history
Bug: b/359242468
Change-Id: I0fcb2fccc9e6fc50cb8ed6c0a6357b8bb1216d1a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234093
Commit-Queue: Ben Lawson <[email protected]>
Pigweed-Auto-Submit: Ben Lawson <[email protected]>
Reviewed-by: Josh Conner <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
BenjaminLawson authored and CQ Bot Account committed Sep 5, 2024
1 parent 444d211 commit 9ee719d
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 43 deletions.
2 changes: 0 additions & 2 deletions pw_bluetooth_sapphire/fuchsia/host/att/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/att",
"//pw_bluetooth_sapphire/host/att:att_test.lib",
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
9 changes: 0 additions & 9 deletions pw_bluetooth_sapphire/fuchsia/host/gap/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/common",
"//pw_bluetooth_sapphire/host/gap",
"//pw_bluetooth_sapphire/host/gap:gap_test.lib",
"//pw_bluetooth_sapphire/host/gap:testing",
"//pw_bluetooth_sapphire/host/gatt:testing",
"//pw_bluetooth_sapphire/host/hci:testing",
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/sm",
"//pw_bluetooth_sapphire/host/sm:testing",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
1 change: 0 additions & 1 deletion pw_bluetooth_sapphire/fuchsia/host/hci-spec/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/hci-spec",
"//pw_bluetooth_sapphire/host/hci-spec:hci-spec_test.lib",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
Expand Down
4 changes: 0 additions & 4 deletions pw_bluetooth_sapphire/fuchsia/host/hci/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth:emboss_hci_test",
"//pw_bluetooth_sapphire/host/hci",
"//pw_bluetooth_sapphire/host/hci:hci_test.lib",
"//pw_bluetooth_sapphire/host/hci:testing",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
2 changes: 0 additions & 2 deletions pw_bluetooth_sapphire/fuchsia/host/iso/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/iso",
"//pw_bluetooth_sapphire/host/iso:iso_test.lib",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
8 changes: 0 additions & 8 deletions pw_bluetooth_sapphire/fuchsia/host/l2cap/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,8 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_async:fake_dispatcher_fixture",
"//pw_bluetooth_sapphire/host/hci",
"//pw_bluetooth_sapphire/host/hci:testing",
"//pw_bluetooth_sapphire/host/l2cap",
"//pw_bluetooth_sapphire/host/l2cap:channel_manager_mock_controller_test_fixture",
"//pw_bluetooth_sapphire/host/l2cap:l2cap_test.lib",
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
"//pw_bluetooth_sapphire/host/transport:testing",
],
)

Expand Down
4 changes: 0 additions & 4 deletions pw_bluetooth_sapphire/fuchsia/host/sco/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/hci:testing",
"//pw_bluetooth_sapphire/host/sco",
"//pw_bluetooth_sapphire/host/sco:sco_test.lib",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
"//pw_bluetooth_sapphire/host/transport:testing",
],
)

Expand Down
4 changes: 0 additions & 4 deletions pw_bluetooth_sapphire/fuchsia/host/sdp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/common",
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/sdp",
"//pw_bluetooth_sapphire/host/sdp:sdp_test.lib",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
5 changes: 0 additions & 5 deletions pw_bluetooth_sapphire/fuchsia/host/sm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/hci:testing",
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/sm",
"//pw_bluetooth_sapphire/host/sm:sm_test.lib",
"//pw_bluetooth_sapphire/host/sm:testing",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
],
)
Expand Down
2 changes: 0 additions & 2 deletions pw_bluetooth_sapphire/fuchsia/host/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/l2cap:testing",
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
"//pw_bluetooth_sapphire/host/testing:testing_test.lib",
],
Expand Down
2 changes: 0 additions & 2 deletions pw_bluetooth_sapphire/fuchsia/host/transport/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ fuchsia_cc_test(
# TODO: b/310957361 - gtest not supported on device
target_compatible_with = incompatible_with_mcu(),
deps = [
"//pw_bluetooth_sapphire/host/testing",
"//pw_bluetooth_sapphire/host/testing:gtest_main",
"//pw_bluetooth_sapphire/host/transport",
"//pw_bluetooth_sapphire/host/transport:transport_test.lib",
],
)
Expand Down

0 comments on commit 9ee719d

Please sign in to comment.