diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 17:59:47 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-03 17:59:47 +0000 |
commit | a33b0d41bd8d0ae5eaf1e0768d7f377b41466d77 (patch) | |
tree | 0d3fa9f0006a007f0dd63d84791e41eec5ee2bfa /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 200452083316c81ad732c7c6e39eb7e49ff05a84 (diff) | |
parent | aa0b6fed4019d8830f25c4895087db7b69c65a3b (diff) |
Merge "Remove TV CEC HAL v2.0 definitions" am: 81eef45d64 am: aa0b6fed40
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567421
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I009da7ac4e3fa80d39fd6bc59b7d84dfd1dbaf6f
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 2 |
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) { |