diff --git a/pw_bluetooth_sapphire/fuchsia/host/att/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/att/BUILD.bazel index 92c0fe3b76..a7af2c7ff7 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/att/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/att/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/gap/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/gap/BUILD.bazel index 77c3e0f4cd..f8f7d618a2 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/gap/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/gap/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/hci-spec/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/hci-spec/BUILD.bazel index 8207b9420b..239892fcae 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/hci-spec/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/hci-spec/BUILD.bazel @@ -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", ], diff --git a/pw_bluetooth_sapphire/fuchsia/host/hci/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/hci/BUILD.bazel index 2a07915ece..ebcbd8fbd6 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/hci/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/hci/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/iso/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/iso/BUILD.bazel index a2badac5ca..36ba86b941 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/iso/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/iso/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/l2cap/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/l2cap/BUILD.bazel index f3b0f4cb3f..fb0da11969 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/l2cap/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/l2cap/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/sco/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/sco/BUILD.bazel index 318337f74a..072a00c12f 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/sco/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/sco/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/sdp/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/sdp/BUILD.bazel index e0b83ae1a8..94bb78ab85 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/sdp/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/sdp/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/sm/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/sm/BUILD.bazel index 03c19d6484..7ca20b7404 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/sm/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/sm/BUILD.bazel @@ -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", ], ) diff --git a/pw_bluetooth_sapphire/fuchsia/host/testing/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/testing/BUILD.bazel index a5109cbccb..14426d5f87 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/testing/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/testing/BUILD.bazel @@ -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", ], diff --git a/pw_bluetooth_sapphire/fuchsia/host/transport/BUILD.bazel b/pw_bluetooth_sapphire/fuchsia/host/transport/BUILD.bazel index 71f571a734..e88972f36d 100644 --- a/pw_bluetooth_sapphire/fuchsia/host/transport/BUILD.bazel +++ b/pw_bluetooth_sapphire/fuchsia/host/transport/BUILD.bazel @@ -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", ], )