diff options
author | Yifan Hong <elsk@google.com> | 2020-09-21 23:18:56 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-21 23:18:56 +0000 |
commit | 9e56cabcef89e54cb80751e07a9ef2f016863847 (patch) | |
tree | 55c916c6561d6518a10d0af726c9801c68d48dbe /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 922b61533c4d626a6b57a479e94c901f7bd59464 (diff) | |
parent | 6875cf2a5aead13dec9262036f24ae0cd0d4cc84 (diff) |
Merge "Add TV CEC to Q+ compatibility matrices." am: 4b7cc14a88 am: aff3512c24 am: 2206232c05 am: a2f2aeef75 am: 6875cf2a5a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1429914
Change-Id: I31af29c92066f37b14d0fecb5918b151f4f3c711
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index a0a1fbf75b..20b72812c7 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -43,10 +43,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { }; static std::vector<std::string> excluded_exact{ - // TODO(b/110261831): reduce items in this list - "android.hardware.tv.cec@2.0", - "android.hardware.tv.tuner@1.0", - // Packages without top level interfaces (including types-only packages) are exempted. // HIDL "android.hardware.cas.native@1.0", |