summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2019-11-22 10:56:29 -0800
committerMichael Bestas <mkbestas@lineageos.org>2020-12-18 22:40:33 +0200
commit939fd6b3019828b56469d7b75f237bf176bfe57f (patch)
treeadf3ac400e23f165059966d53aa5979f8327b43d
parent4994b8a6ffa7df0f79a548ddf6746bcea1f629f1 (diff)
sdm660-common: Switch to Audio HAL V6
Switch to Audio HAL V6 Bug: 141989952 Test: atest VtsHalAudioV6_0TargetTest atest VtsHalAudioEffectV6_0TargetTest manual audio "smoke" test on taimen and walleye Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
-rw-r--r--configs/manifests/manifest.xml4
-rw-r--r--sdm660.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml
index 392fc9d..503bcb2 100644
--- a/configs/manifests/manifest.xml
+++ b/configs/manifests/manifest.xml
@@ -29,7 +29,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
- <version>5.0</version>
+ <version>6.0</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
@@ -38,7 +38,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
- <version>5.0</version>
+ <version>6.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>
diff --git a/sdm660.mk b/sdm660.mk
index 1aa5a80..5dab5dc 100644
--- a/sdm660.mk
+++ b/sdm660.mk
@@ -86,9 +86,9 @@ PRODUCT_COPY_FILES += \
# Audio
PRODUCT_PACKAGES += \
- android.hardware.audio@5.0-impl \
+ android.hardware.audio@6.0-impl \
android.hardware.audio@2.0-service \
- android.hardware.audio.effect@5.0-impl \
+ android.hardware.audio.effect@6.0-impl \
android.hardware.audio.effect@2.0-service \
android.hardware.soundtrigger@2.1-impl \
audio.a2dp.default \