mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 14:16:26 -08:00
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
|
||
|
|