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
This commit is contained in:
Yifan Hong
2023-08-01 15:35:34 -07:00
parent a3975a563f
commit 19d015a45e

View File

@@ -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) {