init.gs101.rc: remove vendor.device.modules.ready from 'on init' section am: 21932fae4c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/19279087 Change-Id: Ib3cabf84fdec0fbc782f600235564144d0d6f2c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
17f264b71e
2 changed files with 2 additions and 11 deletions
|
@ -328,10 +328,6 @@ on init
|
|||
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu6_memlat@17000010/mem_latency/ratio_ceil 3200
|
||||
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu7_memlat@17000010/mem_latency/ratio_ceil 3200
|
||||
|
||||
# For GKI kernel, no device specific modules
|
||||
on init
|
||||
setprop vendor.device.modules.ready 1
|
||||
|
||||
on init && property:ro.boot.hw.soc.rev=0
|
||||
setprop vendor.powerhal.config powerhint_a0.json
|
||||
|
||||
|
@ -474,13 +470,6 @@ on early-boot
|
|||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
||||
# Wait for insmod_sh to finish all device specific modules
|
||||
wait_for_prop vendor.device.modules.ready 1
|
||||
|
||||
# Other services depend on the properties
|
||||
setprop vendor.all.modules.ready 1
|
||||
setprop vendor.all.devices.ready 1
|
||||
|
||||
# Permission for Health Storage HAL
|
||||
chown system system /dev/sys/block/bootdevice/manual_gc
|
||||
|
||||
|
|
|
@ -51,6 +51,8 @@ else
|
|||
# to unblock early-boot trigger
|
||||
setprop vendor.common.modules.ready
|
||||
setprop vendor.device.modules.ready
|
||||
setprop vendor.all.modules.ready
|
||||
setprop vendor.all.devices.ready
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue