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

Commit 802931b1 authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Only allow audio V4 for devices targeting level 3



Device targeting the last level must use the last version of the
audio HAL.

Bug: 38184704
Test: cuttlefish has no build target, so there is no way to test,
      nevertheless the exact same trivial change was made to Pixel 2
Change-Id: If767803e08caf5b03edcea26fd8dba1cca12cc38
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 486c1de2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
<compatibility-matrix version="1.0" type="framework" level="3">
    <hal format="hidl" optional="false">
        <name>android.hardware.audio</name>
        <version>2.0</version>
        <version>4.0</version>
        <interface>
            <name>IDevicesFactory</name>
@@ -10,7 +9,6 @@
    </hal>
    <hal format="hidl" optional="false">
        <name>android.hardware.audio.effect</name>
        <version>2.0</version>
        <version>4.0</version>
        <interface>
            <name>IEffectsFactory</name>