diff options
author | vichang <vichang@google.com> | 2019-02-25 10:14:33 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-02-25 10:14:33 -0800 |
commit | d26d5ab46b63d13f3925683316fa3198400cd0f4 (patch) | |
tree | 58214e26ea66e19ccfa4664736f5a13961101b05 | |
parent | aa9981d2df1ca23d50b88ec0daf5880df60080b5 (diff) | |
parent | 528328cc40d200706f1d29dfd417587a5b6f745f (diff) |
Merge "Revert "Revert "Delay start of bootanimation until after the Runtime APEX is mounted.""" am: c3ae401a98 am: 54b6b9b678
am: 528328cc40
Change-Id: I32a07660cfb35c1130eaec7eccc3935d3a1016b6
-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 |