diff options
author | Yifan Hong <elsk@google.com> | 2020-09-17 21:25:05 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-17 21:25:05 +0000 |
commit | a1fade51b72e673581ba0cac3d16ed9f81164f98 (patch) | |
tree | ea15ea9e66b9b1ab0f78fecad2a9ead3990a463d /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 6718df89027b495a05cff7c1601c598cbcdf704f (diff) | |
parent | 6bbaf817cc64e8896481897aefed71d9b200604f (diff) |
Merge "Reorder/cleanup FCM exempt list #4 (media bufferpool)" am: e2ed8135cd am: 6bbaf817cc
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427725
Change-Id: I115103a3400648975f1ec13f1616cc05ef205679
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 4 |
1 files 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<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", |