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

This commit is contained in:
TreeHugger Robot 2020-04-17 23:26:47 +00:00 committed by Android (Google) Code Review
commit 8ee349bdbd

View file

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