diff options
author | Ethan Chen <intervigil@gmail.com> | 2020-03-22 12:31:17 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 21:09:44 +0200 |
commit | f41de922555bec43e29fcd826bb1536cd17dc2ac (patch) | |
tree | 4263dc893fbea57fa480365e5bbb1e4c7a35451e /rootdir/etc/init.target.rc | |
parent | 44c09326b2ba78cffd6a21a15c5aef41f8298aa8 (diff) |
sdm660-common: Remove hbtp components
Change-Id: Id2fb715d0dbe3b148603d0fe5b9ab301fbeea683
Diffstat (limited to 'rootdir/etc/init.target.rc')
-rw-r--r-- | rootdir/etc/init.target.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 6fe987c..4c76339 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -66,7 +66,6 @@ on post-fs-data mkdir /data/tombstones/lpass 0771 system system mkdir /data/tombstones/wcnss 0771 system system mkdir /data/tombstones/dsps 0771 system system - mkdir /data/vendor/hbtp 0750 system system on boot start rmt_storage @@ -203,12 +202,6 @@ service adsprpcd /vendor/bin/adsprpcd audiopd user media group media -service hbtp /system/vendor/bin/hbtp_daemon - class main - user system - group system - disabled - service audiod /system/vendor/bin/audiod class late_start user system |