summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-10-08 15:21:04 -0700
committerYifan Hong <elsk@google.com>2021-10-08 15:21:04 -0700
commita4524e604f83e1e4d9f8d1b79e1f1d0c08035192 (patch)
tree5f8cdf263259173299e7f11f6d84bd5d6dc5a065
parent86b6dd30beb4f8fbcf77dd05b512ee76acb22741 (diff)
downloadhikey-a4524e604f83e1e4d9f8d1b79e1f1d0c08035192.tar.gz
Bump soundtrigger to 2.3.
New S push requires soundtrigger 2.3 on S launches. Test: m check-vintf-all Bug: 202479938 Change-Id: Iafeb44b090838ad0682f8b10e7c7a439539ed5f8
-rw-r--r--device-common.mk2
-rw-r--r--manifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index 61e5024b..01827c0c 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -79,7 +79,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service \
android.hardware.audio@7.0-impl \
android.hardware.audio.effect@7.0-impl \
- android.hardware.soundtrigger@2.2-impl \
+ android.hardware.soundtrigger@2.3-impl \
android.hardware.bluetooth.audio@2.0-impl
diff --git a/manifest.xml b/manifest.xml
index 209d865e..91e16b97 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -114,7 +114,7 @@
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
- <version>2.2</version>
+ <version>2.3</version>
<interface>
<name>ISoundTriggerHw</name>
<instance>default</instance>