diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 18:40:56 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-03 18:40:56 +0000 |
commit | d2079d0fac743e7ee4d35231493ccf3f582cea3c (patch) | |
tree | 3d2f2f6a73bc005f3baf1922fa01880af603d9c1 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | ea0443d10923298926b12919a249e4b529b2d225 (diff) | |
parent | a33b0d41bd8d0ae5eaf1e0768d7f377b41466d77 (diff) |
Merge "Remove TV CEC HAL v2.0 definitions" am: 81eef45d64 am: aa0b6fed40 am: a33b0d41bd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567421
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I282d77d7371fefba7cec48c0f07bf18df6ba2aba
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 1ba0b9a0ec..6725a9884c 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -73,8 +73,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) { |