aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalesh Singh <kaleshsingh@google.com>2021-09-04 18:34:06 +0000
committerKalesh Singh <kaleshsingh@google.com>2021-09-04 18:34:09 +0000
commitad4bac60d5583ed8df24070b0f1ebdfb464c014d (patch)
tree58c6cf677b26b2e55e239c7b74c5ce48535387b2
parent9f9567bdb4f265e7c817ac281faa8b30c84d00f0 (diff)
downloaddevice_google_cuttlefish-ad4bac60d5583ed8df24070b0f1ebdfb464c014d.tar.gz
device_google_cuttlefish-ad4bac60d5583ed8df24070b0f1ebdfb464c014d.tar.bz2
device_google_cuttlefish-ad4bac60d5583ed8df24070b0f1ebdfb464c014d.zip
hal_implemetation_test: Remove HIDL system suspend
android.system.suspend@1.0 is deprecated in T and replaced with an AIDL suspend interface. Add it to the list of known missing HIDL hals. Bug: 170260236 Test: hal_implemetation_test Change-Id: I3c40c9cd76a386120733a997d099d51797c5f534
-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