diff options
author | vichang <vichang@google.com> | 2019-02-21 12:54:50 +0000 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2019-02-21 14:51:23 +0000 |
commit | a6bb8916b057bb619aab2aae5cb07e190e97c79d (patch) | |
tree | 5be96f533a03b4187d656ca48c6acae9e1fadd7d /cmds/bootanimation | |
parent | 5de80df81e205aea56dea0eda94aa2e63a51e177 (diff) |
Revert "Revert "Delay start of bootanimation until after the Runtime APEX is mounted.""
This reverts commit 706bf3f6282644d0d536b88a1156fbf6c49d71d3.
Reason for revert: b/124939955. bootanimation depends on libandroidicu in the Runtime APEX.
Bug: 124939955
Change-Id: I2b5a9d74a5f0ae11978ff4b0850dd7e4becb9b88
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 469c9646a4aa..3666d6af29f5 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -2,6 +2,9 @@ service bootanim /system/bin/bootanimation class core animation user graphics group graphics audio + # bootanimation depends on libandroidicu in the Runtime APEX. + # TODO(b/124939955): Remove this dependency on libandroidicu + updatable disabled oneshot writepid /dev/stune/top-app/tasks |