From f2f151eebe0f58177deb1e28f340265ad66d1e1b Mon Sep 17 00:00:00 2001 From: Brian Duddie Date: Fri, 31 Mar 2017 11:41:53 -0700 Subject: [PATCH] Start CHRE daemon on boot Test: flash build, confirm CHRE daemon starts, SLPI does not crash, no SELinux denials, and context hub HAL connects to it and works normally Change-Id: I7af26548ed6e5b0544db621468a8cb8839f878ed --- init.hardware.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.hardware.rc b/init.hardware.rc index 0a01e014..029eb28f 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -468,3 +468,6 @@ service bugreport /system/bin/dumpstate -d -p -B -z \ oneshot keycodes 114 115 116 +service chre /vendor/bin/chre + class late_start + socket chre seqpacket 0660 root system