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/surfaceflinger.te b/private/surfaceflinger.te index a32f89c..7a92bd4 100644 --- a/private/surfaceflinger.te +++ b/private/surfaceflinger.te
@@ -53,6 +53,7 @@ # Set properties. set_prop(surfaceflinger, system_prop) +set_prop(surfaceflinger, bootanim_system_prop) set_prop(surfaceflinger, exported_system_prop) set_prop(surfaceflinger, exported3_system_prop) set_prop(surfaceflinger, ctl_bootanim_prop)