diff options
author | Yifan Hong <elsk@google.com> | 2020-09-18 04:07:24 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-18 04:07:24 +0000 |
commit | f16ca91f8537ef45402f0a64cf5375e22a225dd8 (patch) | |
tree | 0e7511228acf823a5f60c5c3215243a8e28d9e67 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 4ed9a8494c7e4a0b5b6f9b624c43837fbbb755ba (diff) | |
parent | 2a327c84090d53d0ef67b0942079f0b29937e5b9 (diff) |
Merge "Reorder/cleanup FCM exempt list #4 (media bufferpool)" am: e2ed8135cd am: 6bbaf817cc am: a1fade51b7 am: 54b5003b09 am: 2a327c8409
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427725
Change-Id: I4fecbd8178f252ecde598bb892addd3c94fcb3e3
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 074192cadb..a0a1fbf75b 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.biometrics.common", |