diff options
author | 2019-01-17 21:27:37 +0000 | |
---|---|---|
committer | 2019-01-21 10:55:30 +0000 | |
commit | d848183572d7c347937b871e9d341e0938d8764b (patch) | |
tree | d81410e97343fe7a21f40d22587bc0f30f41cdab /cmds/bootanimation | |
parent | ca046e898b500c48b5e5412d49bf4f51aa637d98 (diff) |
Delay start of bootanimation until after the Runtime APEX is mounted.
It depends on libdexfile_external and libnative{bridge,helper,loader} which
are provided by the Runtime APEX.
Test: flash & boot
Test: atest CtsJdwpTestCases
Bug: 113373927
Change-Id: Id9a78f9adb4c928ab4c91fda0ee3ea4b13eed592
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 469c9646a4aa..1b3c32b20503 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -2,6 +2,7 @@ service bootanim /system/bin/bootanimation class core animation user graphics group graphics audio + updatable disabled oneshot writepid /dev/stune/top-app/tasks |