mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add TV CEC to Q+ compatibility matrices."
This commit is contained in:
@@ -432,6 +432,7 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.tv.cec</name>
|
||||
<version>1.0</version>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IHdmiCec</name>
|
||||
<instance>default</instance>
|
||||
|
||||
@@ -467,6 +467,7 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.tv.cec</name>
|
||||
<version>1.0</version>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IHdmiCec</name>
|
||||
<instance>default</instance>
|
||||
|
||||
@@ -466,6 +466,7 @@
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.tv.cec</name>
|
||||
<version>1.0</version>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IHdmiCec</name>
|
||||
<instance>default</instance>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user