commit | 19d015a45e7a1c68e5d29a703bef9bccfca092e5 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Aug 01 15:35:34 2023 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Aug 08 13:32:19 2023 -0700 |
tree | a4752af0f4356b1ff349c03b2275e70f30aa9404 | |
parent | a3975a563f6d773184309a5df95188760de642ae [diff] |
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
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 67b42ca..d92c0b9 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp
@@ -142,6 +142,9 @@ // AIDL "android.hardware.audio.core.sounddose@1", + + // Deprecated HALs. + "android.hardware.bluetooth.audio@1", }; auto package_has_prefix = [&](const std::string& prefix) {