diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 67b42ca998..d92c0b97a3 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -142,6 +142,9 @@ bool ShouldCheckMissingAidlHalsInFcm(const std::string& packageAndVersion) { // AIDL "android.hardware.audio.core.sounddose@1", + + // Deprecated HALs. + "android.hardware.bluetooth.audio@1", }; auto package_has_prefix = [&](const std::string& prefix) {