From e1e3e5bdf75b0660929ad0ca3e004345b1a6c072 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Thu, 13 Apr 2017 11:00:46 -0700 Subject: [PATCH] soundtrigger: Use "default" instance name for HAL service "default" implies using "primary" legacy device module. This doesn't change anything for binderized mode, because the server was only registering itself as "sound_trigger.primary", so it was the only possibility anyways. Usage of "stub" (debugging) module is still possible if audioflinger and corresponding services are built with USE_LEGACY_LOCAL_AUDIO_HAL=true (added makefile check to ensure that). Change-Id: Idc69c2ae1e0a02a7d2134f469f65d6de72aa5fe9 Test: "Ok Google" from screen off state on sailfish Bug: 36570720 --- manifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 68886174..5854ab38 100644 --- a/manifest.xml +++ b/manifest.xml @@ -148,7 +148,7 @@ 2.0 ISoundTriggerHw - sound_trigger.primary + default