From bc57316aedf762fa7eb3bac53506e8dd2731b7c1 Mon Sep 17 00:00:00 2001 From: Ashwin R C Date: Mon, 25 Feb 2019 06:37:00 +0000 Subject: [PATCH] sanders: Add vendor prefix to gralloc-2-0 * init: Command 'start gralloc-2-0' action=late-fs (/vendor/etc/init/hw/init.qcom.rc:55) took 0ms and failed: service gralloc-2-0 not found Signed-off-by: Ashwin R C Change-Id: Ic444c7c683ab94b9a37e7d100cde19485db651b9 --- 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 8ac7918..2c3e4b9 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -60,7 +60,7 @@ on late-fs start servicemanager start surfaceflinger start bootanim - start gralloc-2-0 + start vendor.gralloc-2-0 # 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