aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/hal/hal_implementation_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hal/hal_implementation_test.cpp b/tests/hal/hal_implementation_test.cpp
index 786d7ae88..28a09a2d4 100644
--- a/tests/hal/hal_implementation_test.cpp
+++ b/tests/hal/hal_implementation_test.cpp
@@ -95,6 +95,7 @@ static const std::set<std::string> kKnownMissingHidl = {
"android.hardware.wifi.offload@1.0",
"android.hidl.base@1.0",
"android.hidl.memory.token@1.0",
+ "android.system.suspend@1.0", // Converted to AIDL (see b/170260236)
};
// clang-format on