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

Commit 3ef041d0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "start: Toggle iorapd on/off when using 'start' command (by itself)"...

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

Change-Id: Icf6dc2471755d099b317886adfeca1cf3b6b77cb
parents 52cd9bc6 8ee349bd
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", "");