diff options
author | Bruce Levy <blevy@codeaurora.org> | 2017-08-03 17:41:08 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:14 +0200 |
commit | 5f4ca3b2dc73645d29474ae415d96b939a4a066b (patch) | |
tree | 6de9a10a17635f4a2480bef591a4d5c11f3729e9 /rootdir/etc | |
parent | b247ccba19bcfd9a7f1edd15d1c30c5d71976788 (diff) |
shinano-common: Mark rmt_storage as shutdown critical
rmt_storage should not be automatically killed by Android during
shutdown since it is needed to actually process the peripheral
shutdown
Change-Id: I58a29fe86955f0abad944727bb4208dad89f495d
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 168e17d..c94e7a6 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -483,6 +483,7 @@ service rmt_storage /vendor/bin/rmt_storage class core user root group system wakelock + shutdown critical service sensors /vendor/bin/sensors.qcom class core |