dont ask me
This commit is contained in:
@@ -28,6 +28,45 @@
|
||||
#
|
||||
|
||||
on early-init
|
||||
# 32-Bit HIDL Audio HAL (4.0)
|
||||
service vendor.audio-hal \
|
||||
/vendor/bin/hw/android.hardware.audio.service \
|
||||
class hal
|
||||
user root
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
# 64-Bit HIDL Audio HAL (Effekte, MSD)
|
||||
service vendor.audio-hal-4-0-msd \
|
||||
/vendor/bin/hw/android.hardware.audio.service_64 \
|
||||
class hal
|
||||
user root
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
# AIDL-Audio HAL
|
||||
service vendor.audio-hal-aidl \
|
||||
/vendor/bin/hw/secaudiohalaidl \
|
||||
class hal
|
||||
user root
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
# AIDL-Audio-Effekt HAL (Proxy via 64-Bit-Binary)
|
||||
service vendor.audio-effect-hal-aidl \
|
||||
/vendor/bin/hw/android.hardware.audio.service_64 \
|
||||
class hal
|
||||
user root
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
# Audio Proxy Server
|
||||
service audio_proxy_service \
|
||||
/vendor/bin/hw/pm-proxy \
|
||||
class hal
|
||||
user root
|
||||
group audio
|
||||
oneshot
|
||||
|
||||
on init
|
||||
|
||||
@@ -40,7 +79,7 @@ on late-fs
|
||||
on post-fs-data
|
||||
#mAFPC
|
||||
mkdir /efs/afc 0760 system system
|
||||
exec - system system -- /system/bin/mafpc_write
|
||||
#exec - system system -- /system/bin/mafpc_write
|
||||
|
||||
on boot
|
||||
write /proc/sys/vm/swappiness 100
|
||||
|
Reference in New Issue
Block a user