blob: 2e78ee9772eac820111432226737eb0c6a818ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|