diff options
author | 2021-01-07 10:02:53 +0000 | |
---|---|---|
committer | 2021-01-07 10:02:53 +0000 | |
commit | 2c20709fc9d29084ba5e555e0d1dd20e3cc00db3 (patch) | |
tree | 434d9a0818a61c3142302ad33ebfc15acc91c7b9 | |
parent | e3a4df653defe33414554cdbf954efacb2bd808f (diff) | |
parent | 2213bccdb3dffa2265ab3d6b1a1b6a033c46fab4 (diff) |
Merge "Add boot animation progress system property." am: a1d897b939 am: 2213bccdb3
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1530628
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ia7014ec24d396623aed0841b8407fa07e627ffdd
-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 |