From e2a71fb6965fcc76ab8cef9dd4554ed505515d83 Mon Sep 17 00:00:00 2001 From: Vlad Popa Date: Tue, 20 Aug 2024 23:31:33 +0000 Subject: [PATCH] Remove the ISoundDoseFactory HAL library When supporting the audio AIDL HAL, we do not use the ISoundDoseFactory anymore. Removing it from the compatibility matrix. Flag: EXEMPT bugfix Test: trivial Bug: 356641174 Change-Id: I241c4b93ea6aa4e5499bc9e924d6df4f4bd464a7 --- compatibility_matrices/compatibility_matrix.202504.xml | 8 -------- compatibility_matrices/exclude/fcm_exclude.cpp | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/compatibility_matrices/compatibility_matrix.202504.xml b/compatibility_matrices/compatibility_matrix.202504.xml index 3e5b74a4ee..62c5650192 100644 --- a/compatibility_matrices/compatibility_matrix.202504.xml +++ b/compatibility_matrices/compatibility_matrix.202504.xml @@ -26,14 +26,6 @@ default - - android.hardware.audio.sounddose - 1-3 - - ISoundDoseFactory - default - - android.hardware.authsecret 1 diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index fca9e1c823..b86f399afc 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -167,6 +167,7 @@ bool ShouldCheckMissingAidlHalsInFcm(const std::string& packageAndVersion) { "android.hardware.audio.core.sounddose@3", // Deprecated HALs. + "android.hardware.audio.sounddose@3", "android.hardware.bluetooth.audio@1", };