summaryrefslogtreecommitdiff
path: root/compatibility_matrices/exclude/fcm_exclude.cpp
diff options
context:
space:
mode:
authorMarvin Ramin <marvinramin@google.com>2021-02-01 13:29:12 +0100
committerSteven Moreland <smoreland@google.com>2021-02-02 21:47:49 +0000
commita106772aeacfd0ab3710c4cac9f980019005418c (patch)
tree56b4239021e5c2d25bcd90019ad8d356226292a8 /compatibility_matrices/exclude/fcm_exclude.cpp
parent1e6de22b7961e71972e2dc3ba3a90684b09a411a (diff)
Remove TV CEC HAL v2.0 definitions
This HAL version is not supported by the framework. Remove the code to avoid confusion. Bug: 178772241 Test: make Change-Id: I278415d1945fbf5010539840efdc9e9502957f3f
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r--compatibility_matrices/exclude/fcm_exclude.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp
index d00022fd1f..849df9490b 100644
--- a/compatibility_matrices/exclude/fcm_exclude.cpp
+++ b/compatibility_matrices/exclude/fcm_exclude.cpp
@@ -72,8 +72,6 @@ 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) {