Remove the ISoundDoseFactory HAL library am: e2a71fb696 am: d8b231b4b2

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3233984

Change-Id: I55045466f47d7ded99f7e3f65a8f6c273f86a2d6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vlad Popa
2024-08-21 18:31:27 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 8 deletions

View File

@@ -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>

View File

@@ -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",
};