Merge "Set audio.camerasound.force for JP devices" into udc-d1-dev am: e3309b1dee
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22669122 Change-Id: Id61d05764864aede56db869a2cd7dcc604a0622e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6867964c82
2 changed files with 12 additions and 0 deletions
|
@ -91,3 +91,9 @@ on property:vendor.all.modules.ready=1
|
||||||
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
|
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
|
||||||
|
|
||||||
enable vendor.vibrator.cs40l26
|
enable vendor.vibrator.cs40l26
|
||||||
|
|
||||||
|
# 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=GE9DP
|
||||||
|
setprop audio.camerasound.force true
|
||||||
|
|
|
@ -91,3 +91,9 @@ on property:vendor.all.modules.ready=1
|
||||||
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
|
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
|
||||||
|
|
||||||
enable vendor.vibrator.cs40l26
|
enable vendor.vibrator.cs40l26
|
||||||
|
|
||||||
|
# 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=GZPF0
|
||||||
|
setprop audio.camerasound.force true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue