13 lines
455 B
Text
13 lines
455 B
Text
# 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
|
|
|
|
# For Japan sku, always enforce camera shutter sound
|
|
# Since this property is read by the audio server in system service,
|
|
# it should be written by the system init.
|
|
on property:ro.boot.hardware.sku=G03Z5
|
|
setprop audio.camerasound.force true
|