Merge "Control audio HAL services in start/stop" into rvc-dev
This commit is contained in:
commit
a6f8993f8b
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,13 @@ static void ControlService(bool start, const std::string& service) {
|
|||
}
|
||||
|
||||
static void ControlDefaultServices(bool start) {
|
||||
std::vector<std::string> services = {"iorapd", "netd", "surfaceflinger", "zygote"};
|
||||
std::vector<std::string> services = {
|
||||
"iorapd",
|
||||
"netd",
|
||||
"surfaceflinger",
|
||||
"audioserver",
|
||||
"zygote",
|
||||
};
|
||||
|
||||
// Only start zygote_secondary if not single arch.
|
||||
std::string zygote_configuration = GetProperty("ro.zygote", "");
|
||||
|
|
Loading…
Reference in a new issue