diff options
author | Yifan Hong <elsk@google.com> | 2020-10-20 19:39:01 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-20 19:39:01 +0000 |
commit | 5cc135b1f4529386406ee22c7464d9bb04583b26 (patch) | |
tree | 3c89484e4564426ed51396f7cf41c41dbdf79d0f /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 17cc58d2244ab4eaa0719419a93c103b925b6efc (diff) | |
parent | 5b08fda3cd6b5dc5390588199e893d0c187695f8 (diff) |
Merge "Remove legacy/O/O-MR1 matrices." am: 0d7adccb53 am: 5b08fda3cd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1465685
Change-Id: I6a2727324177cbe72a5a2e3d10462a2a4fa4ca5d
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 0eff450348..849df9490b 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -60,6 +60,18 @@ 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) { |