mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
14 lines
582 B
Plaintext
14 lines
582 B
Plaintext
|
on post-fs-data
|
||
|
mkdir /data/vendor/audiohal 0771 system audio
|
||
|
mkdir /data/vendor/audiohal/audio_param 0771 system audio
|
||
|
|
||
|
service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service.mediatek
|
||
|
class hal
|
||
|
user audioserver
|
||
|
# media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
|
||
|
group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct wakelock context_hub system sdcard_rw
|
||
|
capabilities BLOCK_SUSPEND SYS_NICE
|
||
|
ioprio rt 4
|
||
|
task_profiles ProcessCapacityHigh HighPerformance
|
||
|
onrestart restart audioserver
|