commit | 6a311471a67b844dfcd39a35f92f78b221cb4f13 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Apr 28 13:57:11 2021 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Apr 28 15:17:09 2021 +0100 |
tree | 5bb8b08bfafa5c6039bc1e533764b308fb221797 | |
parent | 98914119ae697ab52d22b9d805e7d7d60b5f71ff [diff] [blame] |
Allow boot animation to update boot status. This CL was missed from the topic: https://android-review.googlesource.com/q/topic:bootanim-percent Test: update ART module, see animation go to 100% Bug: 184881321 Change-Id: I59706718af11751a7e1f4b5ab1ff2793f554fb19
diff --git a/private/bootanim.te b/private/bootanim.te index cc6e0db..855bc3d 100644 --- a/private/bootanim.te +++ b/private/bootanim.te
@@ -11,4 +11,7 @@ # Read ro.boot.bootreason b/30654343 get_prop(bootanim, bootloader_boot_reason_prop) -get_prop(bootanim, bootanim_config_prop) \ No newline at end of file +get_prop(bootanim, bootanim_config_prop) + +# Allow updating boot animation status. +set_prop(bootanim, bootanim_system_prop)