From 7bd3a629c498b75f7887702f4b782f0c09a9b91c Mon Sep 17 00:00:00 2001 From: Yung Ti Su Date: Mon, 27 Apr 2020 14:45:07 +0800 Subject: [PATCH] sm6150-common: Enabling sound trigger V2_3 Bug: 139071862 Test: manual Signed-off-by: Yung Ti Su Change-Id: I4123b0af64fc7bed934026540136e3811fab32f3 Signed-off-by: therealmharc --- configs/hidl/manifest.xml | 2 +- sm6150.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index adeeb01..66645d7 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -83,7 +83,7 @@ android.hardware.soundtrigger hwbinder - 2.2 + 2.3 ISoundTriggerHw default diff --git a/sm6150.mk b/sm6150.mk index 078c5ab..b82dd50 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -46,7 +46,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio.effect@7.0-impl \ android.hardware.audio.service \ android.hardware.bluetooth.audio-impl \ - android.hardware.soundtrigger@2.2-impl + android.hardware.soundtrigger@2.3-impl PRODUCT_PACKAGES += \ audio.bluetooth.default \