dont ask me

This commit is contained in:
SaschaNes
2025-08-03 01:01:27 +02:00
parent 72311b001d
commit c60abec6a0
13 changed files with 868 additions and 9 deletions

View File

@@ -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