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

Commit c9db4235 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 0c7b0f81 7c4e6991
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