From 3a83c7d2302e68b02cffd43662990213cc419a00 Mon Sep 17 00:00:00 2001 From: mike dooley Date: Tue, 18 Dec 2018 20:29:02 +0100 Subject: [PATCH] Enabling sound trigger V2_2 for mata 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 --- device.mk | 2 +- manifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 2be45d06..3cc63368 100644 --- a/device.mk +++ b/device.mk @@ -37,7 +37,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@5.0-impl:32 \ android.hardware.audio@2.0-service \ android.hardware.audio.effect@5.0-impl:32 \ - android.hardware.soundtrigger@2.1-impl:32 \ + android.hardware.soundtrigger@2.2-impl:32 \ audio.a2dp.default \ audio.hearing_aid.default \ audio.primary.msm8998 \ diff --git a/manifest.xml b/manifest.xml index c16446a3..52898e7e 100644 --- a/manifest.xml +++ b/manifest.xml @@ -235,7 +235,7 @@ android.hardware.soundtrigger hwbinder - 2.1 + 2.2 ISoundTriggerHw default