diff options
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 4b1a54d53..cffb89cc5 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", ""); |