summaryrefslogtreecommitdiff
path: root/compatibility_matrices/exclude/fcm_exclude.cpp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-10-20 20:15:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-20 20:15:33 +0000
commita6e96e9a80adbf78c3a717c820299b5e6165bb24 (patch)
tree4ae76bbad77f27abb6382631a277d1de3bcdd2d5 /compatibility_matrices/exclude/fcm_exclude.cpp
parent5cc135b1f4529386406ee22c7464d9bb04583b26 (diff)
parentd94f245a213ad15a37df5fe9b22767c0b96d8156 (diff)
Merge "Revert "Remove legacy/O/O-MR1 matrices."" am: 305fa1d5fe am: d94f245a21
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1467925 Change-Id: Ic75b66713e8a30b56118238c371c29005fbab994
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r--compatibility_matrices/exclude/fcm_exclude.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp
index 849df9490b..0eff450348 100644
--- a/compatibility_matrices/exclude/fcm_exclude.cpp
+++ b/compatibility_matrices/exclude/fcm_exclude.cpp
@@ -60,18 +60,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
// does not depend on this HAL, hence it is not declared in any manifests or matrices.
"android.hardware.fastboot@1.0",
"android.hardware.fastboot@1.1",
-
- // Deprecated HALs.
- // HIDL
- // TODO(b/171260360) Remove when HAL definition is removed
- "android.hardware.audio.effect@2.0",
- "android.hardware.audio@2.0",
- // TODO(b/171260613) Remove when HAL definition is removed
- "android.hardware.health@1.0",
- // TODO(b/171260670) Remove when HAL definition is removed
- "android.hardware.nfc@1.0",
- // TODO(b/171260715) Remove when HAL definition is removed
- "android.hardware.radio.deprecated@1.0",
};
auto package_has_prefix = [&](const std::string& prefix) {