From b7d29eeae39fd2f98a2896c4761cefb406706115 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 15 Sep 2020 16:55:53 -0700 Subject: [PATCH] Reorder/cleanup FCM exempt list #4 (media bufferpool) Test: m check-vintf-all Bug: 110261831 Change-Id: Id9b3369070ca24cc344ea15099e9a0e159be2c29 --- compatibility_matrices/exclude/fcm_exclude.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 4c400e9fde..2f092e1060 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -44,8 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { static std::vector 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",