msm8937-common: Switch to Soundtrigger 2.1 implementation
Bug: 68823037 Test: "ok google" from locked screen Change-Id: I256bae45bc3c68febe5d7bb4bdbd559d752b7d96
This commit is contained in:
parent
c4ecb0fe92
commit
fc20c45e54
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.soundtrigger</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>ISoundTriggerHw</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -67,7 +67,7 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.audio@2.0-impl \
|
||||
android.hardware.audio@2.0-service \
|
||||
android.hardware.audio.effect@2.0-impl \
|
||||
android.hardware.soundtrigger@2.0-impl
|
||||
android.hardware.soundtrigger@2.1-impl
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
||||
|
|
Loading…
Reference in a new issue