11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
import /vendor/etc/init/hw/init.${ro.hardware}.usb.rc
|
|
|
|
on init
|
|
symlink /sdcard /storage/sdcard0
|
|
|
|
on fs
|
|
mount_all /vendor/etc/fstab.${ro.hardware} --early
|
|
|
|
on late-fs
|
|
mount_all /vendor/etc/fstab.${ro.hardware} --late
|