blob: 2aea5a0e23c54f254ac62f19affa24eed1f4848f (
plain)
1
2
3
4
5
6
7
|
# Panther specific init.rc
import /vendor/etc/init/hw/init.gs201.rc
import /vendor/etc/init/hw/init.pantah.rc
on property:vendor.device.modules.ready=1
# Start the twoshay touch service
start twoshay
|