9d4665d9c8
* These were added years ago when userspace low memory killer daemon was introduced. For most part these match the defaults and ones that dont't, shouldn't be set on Android R and above. https://android.googlesource.com/platform/system/memory/lmkd/+/refs/tags/android-15.0.0_r20/README.md https://android.googlesource.com/platform/build/+/cc5d2cca253cc034e9c04a774f783e801bd19230
19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
import /vendor/etc/init/hw/init.rpi5.usb.rc
|
|
|
|
on init
|
|
symlink /sdcard /storage/sdcard0
|
|
|
|
on fs
|
|
mount_all /vendor/etc/fstab.rpi5
|
|
|
|
on post-fs-data
|
|
# Create the directories used by the Wireless subsystem
|
|
mkdir /data/vendor/wifi 0770 wifi wifi
|
|
mkdir /data/vendor/wifi/wpa 0770 wifi wifi
|
|
mkdir /data/vendor/wifi/wpa/sockets 0770 wifi wifi
|
|
|
|
service suspend_blocker_rpi /vendor/bin/suspend_blocker_rpi
|
|
class early_hal # Start together with system_suspend HAL
|
|
group system
|
|
user root
|