diff options
author | Jiyong Park <jiyong@google.com> | 2019-02-28 12:21:16 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-03-12 22:33:44 +0000 |
commit | 552ad7b7f174f8aaadec248ca01f99e18b40a6ff (patch) | |
tree | c5e70b26b30e9977f98648e4069613dd0f246eaf /cmds/bootanimation | |
parent | 842e3aa420401b8ab14589611d96f5127a8dd852 (diff) |
Revert^3 "Delay start of bootanimation until after the Runtime APEX is mounted."
This reverts commit a6bb8916b057bb619aab2aae5cb07e190e97c79d.
Bootanim doesn't need to be delayed because the APEXes from the system partition are now
activated very early in the boot sequence (far before bootanim is started).
See https://android-review.googlesource.com/q/topic:%22apex_earlymount_base%22+(status:open%20OR%20status:merged)
Bug: 125549215
Test: bootanim is started without being delayed
Change-Id: I367b1a5c6bf08dad770cd2bf7f6d67dbf1a813e6
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 3666d6af29f5..469c9646a4aa 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -2,9 +2,6 @@ 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 |