From 76d9f9be8c68c1798d05963f08cebbf48aa43ae4 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Wed, 22 Aug 2018 23:36:55 +0200 Subject: [PATCH] sanders: init: Resolve vendor HALs for early bootanimation start * Adapt the service from configstore-hal-1-0 service to vendor.configstore-hal for AOSP P * Resolves surfaceflinger first launch crash due to configstore not being running earlier enough Change-Id: I5aae6d8357ce71933e7c6673e9e4d37adb55a6af --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 74c2a44..1209b3d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -56,10 +56,10 @@ on fs on late-fs # Start services for bootanim + start vendor.configstore-hal start servicemanager start surfaceflinger start bootanim - start configstore-hal-1-0 start gralloc-2-0 # Wait for hwservicemanager ready since fsck might be triggered in mount_all --late