Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19d015a4 authored by Yifan Hong's avatar Yifan Hong
Browse files

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
parent a3975a56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {