From 4c4eb539fbe3dd754fabd98997a7e481a1754e8b Mon Sep 17 00:00:00 2001 From: mike dooley Date: Tue, 18 Dec 2018 20:29:02 +0100 Subject: [PATCH] sdm660-common: Enabling sound trigger V2_2 for sdm660 targets V2_2 has the same functionality as V2_1 except it adds one new api, getModelState. Note: V2_1 will be removed in a subsequent cl. Test: built android and tested using SoundTriggerTestApp Bug: 70206501 Change-Id: Id2647687732e79df252588d69f95d2a407e0092c --- manifest.xml | 2 +- sdm660.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index 9c5e0731..1a43b91e 100755 --- a/manifest.xml +++ b/manifest.xml @@ -255,7 +255,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. android.hardware.soundtrigger hwbinder - 2.1 + 2.2 ISoundTriggerHw default diff --git a/sdm660.mk b/sdm660.mk index d9149425..b41ca07c 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -117,7 +117,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@2.0-service \ android.hardware.audio.effect@5.0-impl:32 \ android.hardware.audio.effect@2.0-service \ - android.hardware.soundtrigger@2.1-impl:32 \ + android.hardware.soundtrigger@2.2-impl:32 \ audio.a2dp.default \ audio_amplifier.sdm660 \ audio.primary.sdm660 \