From 89be2600496130e7fe7edeaa4708a1c4baac6046 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Tue, 3 Jul 2018 11:48:34 +0200 Subject: [PATCH] sdm845-common: Disable factory HAL service This one apparently is present in older versions of the vendor partition. Stop it as it can't load properly and we don't need it anyway. Change-Id: Ie88dbdff34072c128bd815cff4f546a742a71fd0 --- rootdir/etc/init.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 82944c8..023a204 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -3,3 +3,6 @@ service dashd /sbin/dashd critical seclabel u:r:dashd:s0 group root system + +service factory-hal-1-0 /system/bin/true + disabled