diff options
author | Yifan Hong <elsk@google.com> | 2020-09-21 21:47:45 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-21 21:47:45 +0000 |
commit | 2206232c05f5197fcdb5e0de9e30385793d0996a (patch) | |
tree | fbd459b43cd5d1f154a997583422f7f86d88a2d0 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 786b3352426d69d2594033f95250f1a54004a4e1 (diff) | |
parent | aff3512c24530b50673512dd24aa15c8579880ff (diff) |
Merge "Add TV CEC to Q+ compatibility matrices." am: 4b7cc14a88 am: aff3512c24
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1429914
Change-Id: I18c7600050c5ba37e508071f13a5b9cbb9114b53
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", |