From 152cafd63b57d90d687d0f4c5a32e65f9cfdc3b3 Mon Sep 17 00:00:00 2001 From: YumeMichi Date: Tue, 4 Jul 2023 12:42:16 +0530 Subject: [PATCH] sdm660-common: Remove redundant CHRE daemon * We don't have the chre binary and MIUI also disabled it. Change-Id: I57a95643c366f8b1ce1a8af5ff2ebbf9b29e316d Signed-off-by: YumeMichi Signed-off-by: Henrique Pereira Signed-off-by: snnbyyds Signed-off-by: Immanuel Raj Signed-off-by: pix106 --- rootdir/etc/init.qcom.rc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 272337b0..8923d3aa 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -737,16 +737,6 @@ service vendor.power_off_alarm /vendor/bin/power_off_alarm disabled oneshot -service chre /vendor/bin/chre - class late_start - user system - group system - socket chre seqpacket 0660 root system - shutdown critical - -on property:vendor.chre.enabled=0 - stop chre - service bugreport /system/bin/dumpstate -d -p -B -z -o /data/user_de/0/com.android.shell/files/bugreports/bugreport class main disabled