Remove ultrasound settings from syspart_fixup
Updated ultrasound services settings do not require writable system partition, therefore, the settings script should be moved from syspart_fixup script to the ultrasound post boot script. The ultrasound post boot script is called each time, in the late stage of the device start-up. Change-Id: I7bb69521c6ef27cd8f8d376aedf1e291a6c71071
This commit is contained in:
parent
03d5be9ebf
commit
1f85157b1b
|
@ -70,11 +70,6 @@ if [ -f /system/etc/init.qcom.sensor.sh ]; then
|
|||
/system/bin/sh /system/etc/init.qcom.sensor.sh
|
||||
fi
|
||||
|
||||
# Run usf script
|
||||
if [ -f /system/etc/usf_settings.sh ]; then
|
||||
/system/bin/sh /system/etc/usf_settings.sh
|
||||
fi
|
||||
|
||||
touch /system/etc/boot_fixup
|
||||
|
||||
if $mount_needed ;then
|
||||
|
|
Loading…
Reference in New Issue