diff options
author | Kevin Rocard <krocard@google.com> | 2019-10-03 18:26:26 +0100 |
---|---|---|
committer | Mikhail Naganov <mnaganov@google.com> | 2019-11-07 14:19:48 -0800 |
commit | 4b99dc65e39a7045161798108cd60438597acf23 (patch) | |
tree | 0fa9132a9fcffe2144e847cdd36c289d26bde5fe /compatibility_matrices | |
parent | 2a515e1c2721b0375e09138532841ec75362ce9b (diff) | |
download | platform_hardware_interfaces-4b99dc65e39a7045161798108cd60438597acf23.tar.gz platform_hardware_interfaces-4b99dc65e39a7045161798108cd60438597acf23.tar.bz2 platform_hardware_interfaces-4b99dc65e39a7045161798108cd60438597acf23.zip |
Allow device to have use Audio HAL V6
This HAL is optional for now as breaking changed are planned.
It might get required for new device before R release.
Test: push V6 to device and check audio works fine
Bug: 134940862
Change-Id: Ib4a906da1c1d3d489003a6642bfc55b142424155
Merged-In: Ib4a906da1c1d3d489003a6642bfc55b142424155
Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.current.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 9d68264cda..ea0741189e 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -10,6 +10,7 @@ <hal format="hidl" optional="false"> <name>android.hardware.audio</name> <version>5.0</version> + <version>6.0</version> <interface> <name>IDevicesFactory</name> <instance>default</instance> @@ -18,6 +19,7 @@ <hal format="hidl" optional="false"> <name>android.hardware.audio.effect</name> <version>5.0</version> + <version>6.0</version> <interface> <name>IEffectsFactory</name> <instance>default</instance> |