mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-30 01:47:31 +09:00
miatoll: rootdir: Launch bootanimation early
Also includes: commit 82dcb788c9c2ee5d50e75e050550cc841262d3df Author: Kuba Wojciechowski <nullbytepl@gmail.com> Date: Mon Jun 15 21:01:20 2020 +0200 ginkgo: rootdir: Move boot animation early start to late-init * "on init" is triggered in offline charge mode too causing boot animation to launch in that mode. * Ref: https://github.com/aosp-mirror/platform_system_core/blob/150687b/init/init.cpp#L854-L866 Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
parent
903fd43681
commit
53abb30f60
@ -27,6 +27,14 @@ on property:persist.sys.device_provisioned=1
|
|||||||
setprop dalvik.vm.dex2oat-cpu-set 0,1,2,3,4,5,7
|
setprop dalvik.vm.dex2oat-cpu-set 0,1,2,3,4,5,7
|
||||||
setprop dalvik.vm.dex2oat-threads 6
|
setprop dalvik.vm.dex2oat-threads 6
|
||||||
|
|
||||||
|
on late-init
|
||||||
|
# Start services for bootanim
|
||||||
|
start surfaceflinger
|
||||||
|
start bootanim
|
||||||
|
start vendor.hwcomposer-2-3
|
||||||
|
start vendor.configstore-hal
|
||||||
|
start vendor.qti.hardware.display.allocator
|
||||||
|
|
||||||
# perf tuning
|
# perf tuning
|
||||||
on property:vendor.post_boot.parsed=1
|
on property:vendor.post_boot.parsed=1
|
||||||
# Setup runtime cpusets
|
# Setup runtime cpusets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user