diff options
| author | Wei Wang <wvw@google.com> | 2018-06-20 11:07:09 -0700 |
|---|---|---|
| committer | Wei Wang <wvw@google.com> | 2018-06-20 18:50:09 +0000 |
| commit | 0f8b630b0f6d175490960a92f6cb07ebcafafe1e (patch) | |
| tree | a2e5d4458f1c99c1dd75db972431476f03487c8f /init.hardware.rc | |
| parent | 2351f2e353dcee801608257b42560dd88b573257 (diff) | |
Start vendor gralloc to get early bootanimation
b1c1 no longer uses default
"android.hardware.graphics.allocator@2.0-service"
[ 2.398763] init: Command 'start vendor.gralloc-2-0'
action=late-fs (/vendor/etc/init/hw/init.sdm845.rc:250) took 0ms and
failed: service vendor.gralloc-2-0 not found
Bug: 74437368
Test: Boot with simulated fsck and no boot animation delay
Change-Id: Ic8b7b7852f9c5cf1ae953e6c17584dcd3afd6922
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index 1601594..e19a8ee 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -247,7 +247,7 @@ on late-fs start bootanim start vendor.hwcomposer-2-2 start vendor.configstore-hal - start vendor.gralloc-2-0 + start vendor.qti.hardware.display.allocator # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late # In such case, init won't responce the property_set from hwservicemanager and then |
