commit | 2213bccdb3dffa2265ab3d6b1a1b6a033c46fab4 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 07 09:40:46 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 07 09:40:46 2021 +0000 |
tree | 901a9f12f504debf22f4633780f50aaf884bdc23 | |
parent | 14c13483043523a956460d28b664fc43db3d6ce5 [diff] | |
parent | a1d897b939118205079cdd7724c59fb8b7c99a5a [diff] |
Merge "Add boot animation progress system property." am: a1d897b939 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1530628 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie52939a6c5cd904f45700ecd01cd0b12581fa42d
diff --git a/services/surfaceflinger/StartPropertySetThread.cpp b/services/surfaceflinger/StartPropertySetThread.cpp index db82772..f42cd53 100644 --- a/services/surfaceflinger/StartPropertySetThread.cpp +++ b/services/surfaceflinger/StartPropertySetThread.cpp
@@ -31,6 +31,7 @@ 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