diff options
author | Bruce Levy <blevy@codeaurora.org> | 2017-08-02 15:21:07 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-27 21:47:54 +0100 |
commit | d8b10bdbba1277867cde0b43eb77b258de7bc84c (patch) | |
tree | 754dc9f3fa184b85821c280bbccdc6755fedbab6 | |
parent | 6fc1c18c75286047a3d4bc434ca20ccc729c4163 (diff) |
msm8996-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
-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 bc9c33c..fb17836 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -657,6 +657,7 @@ service rmt_storage /vendor/bin/rmt_storage class core user root group root system wakelock + shutdown critical writepid /dev/cpuset/system-background/tasks service tftp_server /vendor/bin/tftp_server |