diff options
author | Yifan Hong <elsk@google.com> | 2020-10-20 21:13:37 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-20 21:13:37 +0000 |
commit | f3a8480817ecd1765acc8d8c37b1d1c613faf768 (patch) | |
tree | c753b5f45a68edd99c9fb49dc32095f39ca39830 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 875494e8b25b11d48fa185528f6654e53e1caf32 (diff) | |
parent | a114b4bdbc5a00c189e8fcb8ede6c8546cf16b91 (diff) |
Merge "Revert "Remove legacy/O/O-MR1 matrices."" am: 305fa1d5fe am: d94f245a21 am: a6e96e9a80 am: a114b4bdbc
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1467925
Change-Id: I582a5df60ac316dabbde57025cecb021161f1167
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 6725a9884c..29dc1307ae 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -61,18 +61,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) { |