diff options
author | Yifan Hong <elsk@google.com> | 2020-10-22 21:53:09 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-22 21:53:09 +0000 |
commit | 13c12bc10f4d6f6b896d2f92cf7ceeb7ccd4e68e (patch) | |
tree | 8fe402a1eb75bb7b646896083f5105493a9115a6 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | aba049aa2d6b85d232bc61edded34566783d84c5 (diff) | |
parent | c0355738455c36ffdba7730c95e31c412e999c6a (diff) |
Merge "Reland "Remove legacy/O/O-MR1 matrices."" am: a53f69e158 am: c035573845
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1467927
Change-Id: I62a03be182ec178c6221d4b34c718f1c002d4fe2
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) { |