diff options
author | Jiyong Park <jiyong@google.com> | 2019-01-29 00:44:19 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-02-12 19:35:45 +0900 |
commit | 706bf3f6282644d0d536b88a1156fbf6c49d71d3 (patch) | |
tree | 67015a855ed47b72f768e1fac4db44df7f4ad1f0 | |
parent | 83207a29e1362c86271726018993bef756722f9f (diff) |
Revert "Delay start of bootanimation until after the Runtime APEX is mounted."
This reverts commit d848183572d7c347937b871e9d341e0938d8764b.
Reason: the static deps to libnativeloader and libnativebridge no longer
exist
Bug: 123403798
Test: Device boots to the UI
Test: bootanimation is shown from the very beginning
Change-Id: I1a3f214b1d9a19520998c7d1f2d288465a831892
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 1b3c32b20503..469c9646a4aa 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -2,7 +2,6 @@ service bootanim /system/bin/bootanimation class core animation user graphics group graphics audio - updatable disabled oneshot writepid /dev/stune/top-app/tasks |