diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 16:32:18 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-03 16:32:18 +0000 |
commit | 200452083316c81ad732c7c6e39eb7e49ff05a84 (patch) | |
tree | 80cf7a695d2f214a036ce7a7c1a5b3943a2e4679 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 6387e94428f2c6b68f1c848eb349ff10ca9d0d69 (diff) | |
parent | 1cb74b555c6b277830add4aa5cecc61671a65a45 (diff) |
Merge "Remove TV CEC HAL v2.0 from compatibility matrices" am: 67555a295f am: 1cb74b555c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567420
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ic54796c9a9054916308d9447a987a113818e1ba3
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 849df9490b..d00022fd1f 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -72,6 +72,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.nfc@1.0", // TODO(b/171260715) Remove when HAL definition is removed "android.hardware.radio.deprecated@1.0", + // TODO(b/178772241) Remove when HAL definition is removed + "android.hardware.tv.cec@2.0", }; auto package_has_prefix = [&](const std::string& prefix) { |