Files
vendor_xiaomi_klee/proprietary/vendor/etc/init/android.hardware.audio.service-aidl.mediatek.rc
T
xyzuniverse f2c3eea3f3 klee: Initial vendor tree
Change-Id: Id84cbbc84ce32ce0af59e42e797de11ea2244efd
Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
2026-05-10 12:29:05 +02:00

20 lines
807 B
Plaintext

on post-fs-data
mkdir /data/vendor/audiohal 0771 system audio
mkdir /data/vendor/audio 0771 system audio
service vendor.audio-hal-aidl /vendor/bin/hw/android.hardware.audio.service-aidl.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
capabilities BLOCK_SUSPEND SYS_NICE
# setting RLIMIT_RTPRIO allows binder RT priority inheritance
rlimit rtprio 10 10
ioprio rt 4
task_profiles ProcessCapacityHigh HighPerformance
#Audio-add BEGIN
socket audio_hw_socket seqpacket 0666 system system
socket vibrator_audio_socket_0 seqpacket 0666 system system
#END
onrestart restart audioserver