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