Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b231b4 authored by Vlad Popa's avatar Vlad Popa Committed by Automerger Merge Worker
Browse files

Remove the ISoundDoseFactory HAL library am: e2a71fb6

parents 8b0e74ab e2a71fb6
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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",
    };