diff options
author | Mikhail Naganov <mnaganov@google.com> | 2019-11-22 10:56:29 -0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 33342dcf37ae7baefb3f0bec6f337451dc53cf30 (patch) | |
tree | 4ee6befee17715040400e5491fd0a1c9df15f564 /msm8996.mk | |
parent | f4927ff860d47a3a52fc8bd883c57fc6cde9f213 (diff) |
msm8996-common: Switch to Audio HAL V6
Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
atest VtsHalAudioEffectV6_0TargetTest
manual audio "smoke" test
Change-Id: Ieb1cc5c7fdcc5416a328a0a5c4a1996258b81ac8
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,9 +106,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 \ audio.a2dp.default \ audio.primary.msm8996 \ audio.r_submix.default \ |