From 19d015a45e7a1c68e5d29a703bef9bccfca092e5 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 1 Aug 2023 15:35:34 -0700 Subject: [PATCH] fcm_exclude: mark bluetooth.audio@1 as deprecated. It never shows up in any matrices. Only bluetooth.audio@2 and beyond are accepted. Test: TH Bug: 255383566 Change-Id: I110b73b2ed610d86aa351216fe46d9f803f8c3cf --- compatibility_matrices/exclude/fcm_exclude.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) {