From 9fc8fc369fe13bef10e1bd33d53c89b1deb2c034 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Sun, 1 Mar 2020 22:16:35 -0800 Subject: sdm660-common: Remove init.qcom.sensors scripting * This device does not have sscrpcd, so the extra logic in the script is useless. * The /persist/sensors directory and files already have their permissions set by init.qcom.rc during the early-boot phase. Change-Id: I3ea825c7cd297fadd19cd56217ac0010a2f47089 --- rootdir/etc/init.qcom.rc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7867f9e..64ecb58 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -564,17 +564,10 @@ service qmiproxy /system/bin/qmiproxy group radio diag disabled -service vendor.sensors /vendor/bin/sscrpcd sensorspd - class early_hal - user system - group system wakelock - capabilities BLOCK_SUSPEND - service vendor.sensors.qti /vendor/bin/sensors.qti class core user system group system - disabled # Adjust socket buffer to enlarge TCP receive window for high bandwidth # but only if ro.data.large_tcp_window_size property is set. @@ -692,11 +685,6 @@ service qcom-sh /vendor/bin/init.qcom.sh group root system radio oneshot -service vendor-sensor-sh /vendor/bin/init.qcom.sensors.sh - class core - user root - oneshot - service crashdata-sh /vendor/bin/init.qcom.crashdata.sh class late_start user root -- cgit v1.2.3