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: Kevin Rocard <krocard@google.com>
This commit is contained in:
Kevin Rocard
2018-03-07 17:53:22 -08:00
parent 486c1de215
commit 802931b173

View File

@@ -1,7 +1,6 @@
<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>