diff options
author | Marvin Ramin <marvinramin@google.com> | 2021-02-01 12:58:40 +0100 |
---|---|---|
committer | Marvin Ramin <marvinramin@google.com> | 2021-02-02 07:10:04 +0000 |
commit | 1e6de22b7961e71972e2dc3ba3a90684b09a411a (patch) | |
tree | b77e83ecee87238bd3c3eb87fa396ac2d218014b /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 39059ed17f8fef43fee286cc0eacbb910ee2b772 (diff) |
Remove TV CEC HAL v2.0 from compatibility matrices
This HAL is not supported by the framework. It was confirmed that
no devices were using this HAL version and it will be removed
following this change.
Bug: 178772241
Test: make
Change-Id: Ie73e78ffde79345331753eb9ed4616653616ddf3
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) { |