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

Commit 38354d04 authored by Neil Fuller's avatar Neil Fuller
Browse files

Delay mediaserver/mediaextractor during boot

Delay start of mediaserver and mediaextractor during boot until after the
Runtime APEX is mounted.

They depend on ICU / the ICU .dat file which are provided by the Runtime
APEX.

Test: flash & boot
Bug: 123275379
Bug: 113373927
Bug: 123176717
Change-Id: Idfe80054b6afe8f7449e698f59413ecefb280957
parent 55e72131
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,5 +2,7 @@ service media /system/bin/mediaserver
    class main
    user media
    group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc mediadrm
    # TODO(b/123275379): Remove updatable when http://aosp/878198 has landed
    updatable
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
+2 −0
Original line number Diff line number Diff line
@@ -2,5 +2,7 @@ service mediaextractor /system/bin/mediaextractor
    class main
    user mediaex
    group drmrpc mediadrm
    # TODO(b/123275379): Remove updatable when http://aosp/878198 has landed
    updatable
    ioprio rt 4
    writepid /dev/cpuset/foreground/tasks