diff options
author | Yifan Hong <elsk@google.com> | 2020-09-16 09:16:24 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-09-16 09:22:14 -0700 |
commit | 1cfd94a8cff229e27166c121e5b421aba87a1db7 (patch) | |
tree | 27f0e4644d36503438f94db130e4871e1545a49a /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | ef85febe6a9281637440640891197530686f38ba (diff) |
Reorder/cleanup FCM exempt list #2 (audio)
Test: m check-vintf-all
Bug: 110261831
Change-Id: Ic14d22572a28b1e483d3c907657f22393be37132
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 50653a15a2..8a35deedac 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.audio@7.0", - "android.hardware.audio.effect@7.0", "android.hardware.fastboot@1.0", "android.hardware.media.bufferpool@1.0", "android.hardware.media.bufferpool@2.0", |