mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user