mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
fa8f6e4d47
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
service insmod_sh /vendor/bin/init.insmod.sh /vendor/etc/init.insmod.${ro.hardware}.cfg
|
|
class main
|
|
user root
|
|
group root system
|
|
disabled
|
|
oneshot
|
|
|
|
on early-init
|
|
setprop vendor.all.modules.ready 0
|
|
write /proc/bootprof "modprobe: Load_Module_START"
|
|
start insmod_sh
|
|
|