diff options
author | 2020-12-15 18:37:55 +0000 | |
---|---|---|
committer | 2020-12-15 18:37:55 +0000 | |
commit | 2ecfe19453ce283568f1e1d6109fc8f0b489ab37 (patch) | |
tree | 33071f1178ed4539d5b8d88ec67ea674e17fee06 | |
parent | 2705d04f15050a6146551671c1130f6361d2ec26 (diff) |
Add boot animation progress system property.
Test: m
Bug: 175686819
Change-Id: I0504a6aa94da9f16efba6e97beb789f3ff1a578a
-rw-r--r-- | services/surfaceflinger/StartPropertySetThread.cpp | 1 |
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 |