diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 14:39:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-03 14:39:09 +0000 |
commit | 67555a295f904ba8fafd848c966a4efc39e4ca6a (patch) | |
tree | ac3a8d453a32ad2324c6ac7749a22b1aade8ce1b /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 356c8371caf16fdaf895c0845fb6cc6d154fd2a4 (diff) | |
parent | 1e6de22b7961e71972e2dc3ba3a90684b09a411a (diff) |
Merge "Remove TV CEC HAL v2.0 from compatibility matrices"
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) { |