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

Commit b7d29eea authored by Yifan Hong's avatar Yifan Hong
Browse files

Reorder/cleanup FCM exempt list #4 (media bufferpool)

Test: m check-vintf-all
Bug: 110261831
Change-Id: Id9b3369070ca24cc344ea15099e9a0e159be2c29
parent cd3d7cce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {

    static std::vector<std::string> excluded_exact{
            // TODO(b/110261831): reduce items in this list
            "android.hardware.media.bufferpool@1.0",
            "android.hardware.media.bufferpool@2.0",
            "android.hardware.tv.cec@2.0",
            "android.hardware.tv.tuner@1.0",

@@ -53,6 +51,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
            // HIDL
            "android.hardware.cas.native@1.0",
            "android.hardware.gnss.visibility_control@1.0",
            "android.hardware.media.bufferpool@1.0",
            "android.hardware.media.bufferpool@2.0",
            "android.hardware.radio.config@1.2",
            // AIDL
            "android.hardware.common",