mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Remove TV CEC HAL v2.0 from compatibility matrices"
This commit is contained in:
@@ -432,7 +432,6 @@
|
||||
<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,7 +467,6 @@
|
||||
<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>
|
||||
|
||||
@@ -532,7 +532,6 @@
|
||||
<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>
|
||||
|
||||
@@ -72,6 +72,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
|
||||
"android.hardware.nfc@1.0",
|
||||
// TODO(b/171260715) Remove when HAL definition is removed
|
||||
"android.hardware.radio.deprecated@1.0",
|
||||
// TODO(b/178772241) Remove when HAL definition is removed
|
||||
"android.hardware.tv.cec@2.0",
|
||||
};
|
||||
|
||||
auto package_has_prefix = [&](const std::string& prefix) {
|
||||
|
||||
Reference in New Issue
Block a user