diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-03 17:15:11 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-02-03 17:15:11 +0000 |
commit | 6f5430adcbf175885039f65eab9cade90d450295 (patch) | |
tree | bc3ded8361f15b075f74cd7404baf6a4d5de0b5f /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 028fd2c1e6c3457ff74c300f2833ef116ee3eb5f (diff) | |
parent | 200452083316c81ad732c7c6e39eb7e49ff05a84 (diff) |
Merge "Remove TV CEC HAL v2.0 from compatibility matrices" am: 67555a295f am: 1cb74b555c am: 2004520833
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567420
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Iad61c57303b9779f69399eb50c94e7addbe0ad55
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 6725a9884c..1ba0b9a0ec 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -73,6 +73,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) { |