diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 15:40:46 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-03 15:40:46 +0000 |
commit | 1cb74b555c6b277830add4aa5cecc61671a65a45 (patch) | |
tree | ac3a8d453a32ad2324c6ac7749a22b1aade8ce1b /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 61e659e46d463c5ed18acc284bd891cbd4a8e4d5 (diff) | |
parent | 67555a295f904ba8fafd848c966a4efc39e4ca6a (diff) |
Merge "Remove TV CEC HAL v2.0 from compatibility matrices" am: 67555a295f
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567420
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie731f2860bf291f650331a4aac51af714a9e8590
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) { |