diff options
author | Yifan Hong <elsk@google.com> | 2020-09-21 22:56:09 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-21 22:56:09 +0000 |
commit | 6875cf2a5aead13dec9262036f24ae0cd0d4cc84 (patch) | |
tree | 8ad206ab1ae85f1dd39c622e95eefd64c3ab285e /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 6451cbd7aae23f52c1d2c03a949741fca93d59e2 (diff) | |
parent | a2f2aeef75318e53c19302576dd32b4ac9ae2670 (diff) |
Merge "Add TV CEC to Q+ compatibility matrices." am: 4b7cc14a88 am: aff3512c24 am: 2206232c05 am: a2f2aeef75
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1429914
Change-Id: I7fca302db32375770507e4c5968a86fef66f0fcb
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 2f092e1060..4240788ea1 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", |