Suren Baghdasaryan | 0dae51f | 2021-11-02 09:50:42 -0700 | [diff] [blame^] | 1 | # 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. |
| 4 | service 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 |