mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
5103b6e0df
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
import /vendor/etc/init/hw/init.mtkgki.rc
|
|
|
|
#INTERNAL_START
|
|
on post-fs
|
|
|
|
chmod 0660 /dev/spm
|
|
chown system system /dev/spm
|
|
|
|
|
|
service spm_script /vendor/bin/spm_loader
|
|
user system
|
|
group system
|
|
oneshot
|
|
#INTERNAL_END
|
|
|