Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d496503 authored by Ytai Ben-tsvi's avatar Ytai Ben-tsvi Committed by Automerger Merge Worker
Browse files

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

Merge "Control audio HAL services in start/stop" into rvc-dev am: a6f8993f am: bba9c378 am: 2c9abb75

Change-Id: I5b0e737afeb21cc8f275a48d9e639192b5eff224
parents 39653eb2 2c9abb75
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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", "");