mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
init: restart qseecomd once /data is mounted
Bug: 37589340 Change-Id: I76b5e41e1f1636aa00e31e26f2bc3920e579aac1 Signed-off-by: Thierry Strudel <tstrudel@google.com>
This commit is contained in:
@@ -198,6 +198,12 @@ on post-fs-data
|
||||
# We can start netd here before in is launched in common init.rc on zygote-start
|
||||
start netd
|
||||
|
||||
# Restart qseecomd once we have /data
|
||||
# qseecomd being started vey early it needs to restarted once /data
|
||||
# is mounted else storing secure content such as fingerprint data
|
||||
# will fail
|
||||
restart qseecomd
|
||||
|
||||
# zygote need to be started after otapreopt which will be done on post-fs-data
|
||||
on zygote-start
|
||||
# zygote is started in common init.rc
|
||||
|
||||
Reference in New Issue
Block a user