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

Commit 7c4e6991 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "audioserver: cover abnormal start request from init" into main

parents 84561d35 5447887f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ on property:init.svc.audioserver=stopped
    start vendor.audio-hal-4-0-msd
    start audio_proxy_service

on property:init.svc.audioserver=running && property:vts.native_server.on=1
    # See b/378773354. To ensure the audioserver disable when
    # running test suite, this would cover the double start
    # request from init that caused test flaky.
    stop audioserver

on property:init.svc.audioserver=running
    start vendor.audio-hal
    start vendor.audio-hal-aidl