diff options
author | Steven Laver <lavers@google.com> | 2020-04-28 14:34:30 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-28 14:34:30 +0000 |
commit | aa82a3d93801a59d8cf8af115c7bf235e7243fcc (patch) | |
tree | 36ded3563a964ecb44ef7fda3bb373aed83353d8 /toolbox/start.cpp | |
parent | c30cc8172fda35c81c7ccfd94d2dc00881d1d2c3 (diff) | |
parent | 4ac5a687c56a98bc54783c53d3a7ed38c93c4386 (diff) |
Merge "Merge RP1A.200426.001" into r-keystone-qcom-dev
Diffstat (limited to 'toolbox/start.cpp')
-rw-r--r-- | toolbox/start.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/toolbox/start.cpp b/toolbox/start.cpp index 4b1a54d537..cffb89cc5c 100644 --- a/toolbox/start.cpp +++ b/toolbox/start.cpp @@ -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", ""); |