diff options
author | Yifan Hong <elsk@google.com> | 2020-09-17 12:14:43 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-09-17 12:21:37 -0700 |
commit | ccf77dc5b779f4fce71f288344d50b3758c87bc0 (patch) | |
tree | b8bee59b76a24bc598bb83f071aa2ae3c4c3a819 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | e2ed8135cd11369c7e0b4726dfbafa07235dbaac (diff) |
Add TV CEC to Q+ compatibility matrices.
No requirement has changed because TV HALs are optional.
Also remove TV CEC and tuner from fcm_exclude list.
Bug: 110261831
Test: m check-vintf-all
Change-Id: Ia41575f97d9e81fcc4279d8b274e626a33fc9c60
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", |