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

Commit 8ee349bd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "start: Toggle iorapd on/off when using 'start' command (by itself)" into rvc-dev

parents aa0ec1a9 2680b315
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ static void ControlService(bool start, const std::string& service) {
}

static void ControlDefaultServices(bool start) {
    std::vector<std::string> services = {"netd", "surfaceflinger", "zygote"};
    std::vector<std::string> services = {"iorapd", "netd", "surfaceflinger", "zygote"};

    // Only start zygote_secondary if not single arch.
    std::string zygote_configuration = GetProperty("ro.zygote", "");