diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index 4f9ce336..e27aeb8f 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -810,6 +810,12 @@ on property:vendor.thermal.link_ready=1 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 +on property:vendor.disable.bcl.control=1 + write /sys/devices/virtual/pmic/mitigation/instruction/enable_mitigation 0 + +on property:vendor.disable.bcl.control=0 + write /sys/devices/virtual/pmic/mitigation/instruction/enable_mitigation 1 + # 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.