mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Remove the ISoundDoseFactory HAL library
When supporting the audio AIDL HAL, we do not use the ISoundDoseFactory anymore. Removing it from the compatibility matrix. Flag: EXEMPT bugfix Test: trivial Bug: 356641174 Change-Id: I241c4b93ea6aa4e5499bc9e924d6df4f4bd464a7
This commit is contained in:
@@ -26,14 +26,6 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.audio.sounddose</name>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
<name>ISoundDoseFactory</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" updatable-via-apex="true">
|
||||
<name>android.hardware.authsecret</name>
|
||||
<version>1</version>
|
||||
|
||||
@@ -167,6 +167,7 @@ bool ShouldCheckMissingAidlHalsInFcm(const std::string& packageAndVersion) {
|
||||
"android.hardware.audio.core.sounddose@3",
|
||||
|
||||
// Deprecated HALs.
|
||||
"android.hardware.audio.sounddose@3",
|
||||
"android.hardware.bluetooth.audio@1",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user