Set audio.camerasound.force for JP devices am: b6c4f766b7

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14716079

Change-Id: I2a404c96892f098c7105818d7ef0ca94f1937007
This commit is contained in:
Cyan_Hsieh 2021-05-31 03:07:01 +00:00 committed by Automerger Merge Worker
commit 7b6028e16a

View file

@ -808,3 +808,9 @@ on property:vendor.thermal.link_ready=1
chown system system /dev/thermal/tz-by-name/soc/mode chown system system /dev/thermal/tz-by-name/soc/mode
chown system system /dev/thermal/tz-by-name/soc/trip_point_0_temp chown system system /dev/thermal/tz-by-name/soc/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/soc/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/soc/trip_point_0_hyst
# For Japan radio builds, 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.radio.subtype=1
setprop audio.camerasound.force true