mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Remove TV CEC HAL v2.0 from compatibility matrices
This HAL is not supported by the framework. It was confirmed that no devices were using this HAL version and it will be removed following this change. Bug: 178772241 Test: make Change-Id: Ie73e78ffde79345331753eb9ed4616653616ddf3
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>
|
||||
|
||||
@@ -524,7 +524,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