summaryrefslogtreecommitdiff
path: root/apex/mediatranscoding.32rc
blob: edba9b9f810131acc7c35960dbee897f1daf24fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##  for SDK releases >= 32
##
#
# media.transcoding service is defined on com.android.media apex which goes back
# to API29, but we only want it started on API31+ devices. So we declare it as
# "disabled" and start it explicitly on boot.
service media.transcoding /apex/com.android.media/bin/mediatranscoding
    class main
    user media
    group media
    ioprio rt 4
    # Restrict to little cores only with system-background cpuset.
    task_profiles ServiceCapacityLow
    interface aidl media.transcoding
    disabled