summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/StartPropertySetThread.cpp
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-01-07 09:23:35 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-01-07 09:23:35 +0000
commita1d897b939118205079cdd7724c59fb8b7c99a5a (patch)
tree21b9475434129a7b5a8f9270db432da0e781d2cd /services/surfaceflinger/StartPropertySetThread.cpp
parent7c9b62c53bba7552fbc4a8355a3f3de50b4f57f1 (diff)
parent2ecfe19453ce283568f1e1d6109fc8f0b489ab37 (diff)
Merge "Add boot animation progress system property."
Diffstat (limited to 'services/surfaceflinger/StartPropertySetThread.cpp')
-rw-r--r--services/surfaceflinger/StartPropertySetThread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/StartPropertySetThread.cpp b/services/surfaceflinger/StartPropertySetThread.cpp
index db82772f42..f42cd53e0a 100644
--- a/services/surfaceflinger/StartPropertySetThread.cpp
+++ b/services/surfaceflinger/StartPropertySetThread.cpp
@@ -31,6 +31,7 @@ bool StartPropertySetThread::threadLoop() {
property_set(kTimestampProperty, mTimestampPropertyValue ? "1" : "0");
// Clear BootAnimation exit flag
property_set("service.bootanim.exit", "0");
+ property_set("service.bootanim.progress", "0");
// Start BootAnimation if not started
property_set("ctl.start", "bootanim");
// Exit immediately