diff options
author | Jiyong Park <jiyong@google.com> | 2019-03-12 16:50:26 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-12 16:50:26 -0700 |
commit | aff455f278193db4e70b73f36836dd8f591fd7c8 (patch) | |
tree | 16a2f02aae207d9182f631f581d24316df7199ba | |
parent | b0ec15dc03986c4a52b9cb82216dc719df159871 (diff) | |
parent | 1c64a73f911782edf216c6ab0e632b3e9bc756fa (diff) |
Merge "Revert^3 "Delay start of bootanimation until after the Runtime APEX is mounted."" am: 1a14dedcce am: 6623e402b3
am: 1c64a73f91
Change-Id: I1cf5a65959d3a2d4cba292c532afddebf58d9683
-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 |