Ray Essick | 8cd6d14 | 2022-03-25 12:01:29 -0700 | [diff] [blame^] | 1 | ## for SDK releases >= 32 |
| 2 | ## |
| 3 | # |
Suren Baghdasaryan | 0dae51f | 2021-11-02 09:50:42 -0700 | [diff] [blame] | 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. |
| 7 | service 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 |