diff options
author | Ethan Chen <intervigil@gmail.com> | 2020-03-01 22:16:35 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 21:09:44 +0200 |
commit | 9fc8fc369fe13bef10e1bd33d53c89b1deb2c034 (patch) | |
tree | bdcdbcb42f8ff62d7a00b25be0025e4f88d2788d /rootdir/etc/init.qcom.rc | |
parent | f06857987bb58c1edc45f8c821d70afbcd778102 (diff) |
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
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 12 |
1 files changed, 0 insertions, 12 deletions
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 |