From a5055746a4cdf1671193b05aa0e5b3295626bfc9 Mon Sep 17 00:00:00 2001 From: Adrian DC Date: Thu, 7 Feb 2019 02:20:41 +0000 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 Signed-off-by: Ashwin R C Signed-off-by: ronaxdevil --- rootdir/etc/init.qcom.rc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 8be2e2b..814c482 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -105,6 +105,14 @@ on early-boot chown system system /mnt/vendor/persist/sensors/registry/config chmod 0664 /mnt/vendor/persist/sensors/sensors_settings +on late-fs + # Start services for bootanim + start vendor.configstore-hal + start servicemanager + start surfaceflinger + start bootanim + start gralloc-2-0 + on boot # access permission for secure touch chmod 0660 /sys/devices/soc/78b7000.i2c/i2c-3/3-0020/input/input0/secure_touch_enable