Merge "Control audio HAL services in start/stop" into rvc-dev am: a6f8993f8b

Change-Id: Ia1bf36549f9871df3bcd2b408f231652af7ac448
This commit is contained in:
Ytai Ben-tsvi 2020-04-24 00:39:48 +00:00 committed by Automerger Merge Worker
commit 9a00e92141

View file

@ -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", "");