diff options
| author | Rick Chen <rickctchen@google.com> | 2020-03-06 17:08:17 +0800 |
|---|---|---|
| committer | Alex Hong <rurumihong@google.com> | 2020-03-23 15:37:15 +0800 |
| commit | 22059d21ad53a97e58bdb8fe3081331d8443aa61 (patch) | |
| tree | 525101f1241d436e79be44855ad93b38a5dbf13b /init.hardware.rc | |
| parent | d881e7574661df521004cc84bb5df13e4b026619 (diff) | |
sensors: remove sensors.qti
sensors.qti is added from other init script from AU021 (ag/10415396).
Keep QC original files and remove the duplicate definations here.
Bug: 150754970
Test: Compiled pass && no error found
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: I0064aeb44a92be4e5c10e5d936d8a4651bc57e7e
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index 7313f382..740bcb7e 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -594,14 +594,6 @@ on property:persist.vendor.sys.ssr.enable_ramdumps=1 on property:persist.vendor.sys.ssr.enable_ramdumps=0 write /sys/module/subsystem_restart/parameters/enable_ramdumps 0 -service sensors.qti /vendor/bin/sensors.qti - class core - user system - group system - # Grants the ability for this daemon to bind IPC router ports so it can - # register QMI services - capabilities NET_BIND_SERVICE - service adsprpcd /vendor/bin/adsprpcd rootpd class main user system |
