diff --git a/BUILD.bazel b/BUILD.bazel
index f6c225feb549..677a54d3dd09 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -982,15 +982,6 @@ cc_binary_with_abi(
deps = [":kselftest_headers_lib"],
)
-cc_binary_with_abi(
- name = "kselftest_breakpoints_step_after_suspend_test",
- srcs = ["tools/testing/selftests/breakpoints/step_after_suspend_test.c"],
- path_prefix = _KSELFTEST_DIR,
- target_compatible_with = ["@platforms//os:android"],
- visibility = ["//visibility:private"],
- deps = [":kselftest_headers_lib"],
-)
-
cc_binary_with_abi(
name = "kselftest_breakpoints_breakpoint_test",
srcs = select({
@@ -1818,7 +1809,6 @@ android_filegroup(
srcs = [
":kselftest_binderfs_binderfs_test_x86_64",
":kselftest_breakpoints_breakpoint_test_x86_64",
- ":kselftest_breakpoints_step_after_suspend_test_x86_64",
":kselftest_futex_futex_requeue_pi_mismatched_ops_x86_64",
":kselftest_futex_futex_requeue_pi_signal_restart_x86_64",
":kselftest_futex_futex_requeue_pi_x86_64",
@@ -1879,7 +1869,6 @@ android_filegroup(
srcs = [
":kselftest_binderfs_binderfs_test_arm64",
":kselftest_breakpoints_breakpoint_test_arm64",
- ":kselftest_breakpoints_step_after_suspend_test_arm64",
":kselftest_futex_futex_requeue_arm64",
":kselftest_futex_futex_requeue_pi_arm64",
":kselftest_futex_futex_requeue_pi_mismatched_ops_arm64",
diff --git a/tools/testing/selftests/android/config_arm64.xml b/tools/testing/selftests/android/config_arm64.xml
index 41b619854286..acb7b5692d46 100644
--- a/tools/testing/selftests/android/config_arm64.xml
+++ b/tools/testing/selftests/android/config_arm64.xml
@@ -19,7 +19,6 @@ SPDX-License-Identifier: GPL-2.0 OR Apache-2.0
-
diff --git a/tools/testing/selftests/android/config_x86_64.xml b/tools/testing/selftests/android/config_x86_64.xml
index 610744f2405f..1c2263e8c6fb 100644
--- a/tools/testing/selftests/android/config_x86_64.xml
+++ b/tools/testing/selftests/android/config_x86_64.xml
@@ -19,7 +19,6 @@ SPDX-License-Identifier: GPL-2.0 OR Apache-2.0
-