blob: 5169462414abc817acd1e559a04cd040a76c9118 [file] [log] [blame]
Suren Baghdasaryan0dae51f2021-11-02 09:50:42 -07001# media.transcoding service is defined on com.android.media apex which goes back
2# to API29, but we only want it started on API31+ devices. So we declare it as
3# "disabled" and start it explicitly on boot.
4service media.transcoding /apex/com.android.media/bin/mediatranscoding
5 class main
6 user media
7 group media
8 ioprio rt 4
9 # Restrict to little cores only with system-background cpuset.
10 task_profiles ServiceCapacityLow
11 interface aidl media.transcoding
12 disabled